Carpets are non-flammable

This commit is contained in:
Wuzzy 2017-02-28 23:20:21 +01:00
parent bb22931b85
commit 711e2bacbd
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ for _, row in ipairs(wool.dyes) do
is_ground_content = false,
tiles = {"wool_"..texture..".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(),
paramtype = "light",
stack_max = 64,