forked from VoxeLibre/VoxeLibre
Make carpets non-attached
This commit is contained in:
parent
d9602eb3bc
commit
10a1379b64
|
@ -53,7 +53,7 @@ for _, row in ipairs(wool.dyes) do
|
||||||
tiles = {"wool_"..texture..".png"},
|
tiles = {"wool_"..texture..".png"},
|
||||||
wield_image = "wool_"..texture..".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,dig_by_water=1,deco_block=1},
|
groups = {handy=1, carpet=1,dig_by_water=1,deco_block=1},
|
||||||
sounds = mcl_sounds.node_sound_defaults(),
|
sounds = mcl_sounds.node_sound_defaults(),
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
|
Loading…
Reference in New Issue