forked from VoxeLibre/VoxeLibre
Fix broken wield img of purple/lightgray carpet
This commit is contained in:
parent
6eca367d0e
commit
88da9c480e
|
@ -50,7 +50,7 @@ for _, row in ipairs(wool.dyes) do
|
||||||
walkable = false,
|
walkable = false,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
tiles = {"wool_"..texture..".png"},
|
tiles = {"wool_"..texture..".png"},
|
||||||
wield_image = "wool_"..name..".png",
|
wield_image = "wool_"..texture..".png",
|
||||||
wield_scale = { x=1, y=1, z=0.5 },
|
wield_scale = { x=1, y=1, z=0.5 },
|
||||||
groups = {handy=1, carpet=1,attached_node=1,deco_block=1},
|
groups = {handy=1, carpet=1,attached_node=1,deco_block=1},
|
||||||
sounds = mcl_sounds.node_sound_defaults(),
|
sounds = mcl_sounds.node_sound_defaults(),
|
||||||
|
|
Loading…
Reference in New Issue