forked from mtcontrib/minetest-mod-snow
Add moss to the attached_node group.
This commit is contained in:
parent
ec9da88ab0
commit
d77356460e
2
init.lua
2
init.lua
@ -404,7 +404,7 @@ minetest.register_node("snow:moss", {
|
|||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
},
|
},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {crumbly=3, flammable=2},
|
groups = {crumbly=3, flammable=2, attached_node=1},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
Loading…
Reference in New Issue
Block a user