1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2024-12-28 07:30:17 +01:00

Make moss flammable.

This commit is contained in:
Splizard 2012-12-12 11:43:54 +13:00
parent 84c9ccd5b5
commit c436c43cd0

View File

@ -280,7 +280,7 @@ minetest.register_node("snow:moss", {
type = "wallmounted",
},
is_ground_content = true,
groups = {crumbly=3},
groups = {crumbly=3, flammable=2},
})
minetest.register_craft({