Make carpets flammable

This commit is contained in:
Wuzzy 2020-03-12 01:45:24 +01:00
parent feba60cad8
commit 312b5aeb73
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ for _, row in ipairs(wool.dyes) do
tiles = {texture..".png"},
wield_image = texture..".png",
wield_scale = { x=1, y=1, z=0.5 },
groups = {handy=1, carpet=1,attached_node=1,dig_by_water=1,deco_block=1,[color_group]=1},
groups = {handy=1, carpet=1,attached_node=1,flammable=1,dig_by_water=1,deco_block=1,[color_group]=1},
sounds = mcl_sounds.node_sound_wool_defaults(),
paramtype = "light",
sunlight_propagates = true,