mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2025-04-21 11:50:38 +02:00
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",
|
type = "wallmounted",
|
||||||
},
|
},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {crumbly=3},
|
groups = {crumbly=3, flammable=2},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user