Add moss to the attached_node group.

This commit is contained in:
Splizard 2012-12-19 22:04:54 +13:00
parent ec9da88ab0
commit d77356460e
1 changed files with 1 additions and 1 deletions

View File

@ -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({