Carpets are now attached nodes

This commit is contained in:
Wuzzy 2017-03-15 17:58:13 +01:00
parent c85f070d80
commit bbfa8d9574
1 changed files with 1 additions and 1 deletions

View File

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