mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
wool
This commit is contained in:
parent
1b67242398
commit
f1dde83960
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ for i = 1, #dyes do
|
|||
local name, desc = unpack(dyes[i])
|
||||
|
||||
minetest.register_node("wool:" .. name, {
|
||||
description = S("@1 Wool", desc),
|
||||
description = S(desc .. " Wool"),
|
||||
tiles = {"wool_" .. name .. ".png"},
|
||||
is_ground_content = false,
|
||||
groups = {snappy = 2, choppy = 2, oddly_breakable_by_hand = 3,
|
||||
|
|
Loading…
Add table
Reference in a new issue