forked from VoxeLibre/VoxeLibre
Carpets are non-flammable
This commit is contained in:
parent
bb22931b85
commit
711e2bacbd
|
@ -49,7 +49,7 @@ for _, row in ipairs(wool.dyes) do
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
tiles = {"wool_"..texture..".png"},
|
tiles = {"wool_"..texture..".png"},
|
||||||
wield_image = "wool_"..name..".png",
|
wield_image = "wool_"..name..".png",
|
||||||
groups = {handy=1, flammable=1,carpet=1,deco_block=1},
|
groups = {handy=1, carpet=1,deco_block=1},
|
||||||
sounds = mcl_sounds.node_sound_defaults(),
|
sounds = mcl_sounds.node_sound_defaults(),
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
Loading…
Reference in New Issue