Make moss flammable.

This commit is contained in:
Splizard 2012-12-12 11:43:54 +13:00
parent 84c9ccd5b5
commit c436c43cd0
1 changed files with 1 additions and 1 deletions

View File

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