forked from Mineclonia/Mineclonia
Carpets are now attached nodes
This commit is contained in:
parent
c85f070d80
commit
bbfa8d9574
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue