Fix broken wield img of purple/lightgray carpet

This commit is contained in:
Wuzzy 2017-03-20 21:56:04 +01:00
parent 6eca367d0e
commit 88da9c480e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ for _, row in ipairs(wool.dyes) do
walkable = false,
is_ground_content = false,
tiles = {"wool_"..texture..".png"},
wield_image = "wool_"..name..".png",
wield_image = "wool_"..texture..".png",
wield_scale = { x=1, y=1, z=0.5 },
groups = {handy=1, carpet=1,attached_node=1,deco_block=1},
sounds = mcl_sounds.node_sound_defaults(),