forked from mtcontrib/minetest-mod-snow
Make moss flammable.
This commit is contained in:
parent
84c9ccd5b5
commit
c436c43cd0
2
init.lua
2
init.lua
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user