From d77356460ea5772c15e6ade40bc6a1cd8332c8b4 Mon Sep 17 00:00:00 2001 From: Splizard Date: Wed, 19 Dec 2012 22:04:54 +1300 Subject: [PATCH] Add moss to the attached_node group. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index bb00aa8..c1dc785 100644 --- a/init.lua +++ b/init.lua @@ -404,7 +404,7 @@ minetest.register_node("snow:moss", { type = "wallmounted", }, is_ground_content = true, - groups = {crumbly=3, flammable=2}, + groups = {crumbly=3, flammable=2, attached_node=1}, }) minetest.register_craft({