Update tile_images
This commit is contained in:
parent
794c68b32b
commit
d3d3e76447
3 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@ for _, row in ipairs(wool.dyes) do
|
|||
-- Node Definition
|
||||
minetest.register_node("wool:"..name, {
|
||||
description = desc.." Wool",
|
||||
tile_images = {"wool_"..name..".png"},
|
||||
tiles = {"wool_"..name..".png"},
|
||||
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3},
|
||||
})
|
||||
if craft_color_group then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue