mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Carpets are non-flammable
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user