From 5669bcdcb78c9932c36f3d0bac964fb04c81f091 Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 4 Apr 2020 17:22:27 +0000 Subject: [PATCH] Add attached_node and choppy to craftguide:sign. (#100) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 09bb5de..5463e92 100644 --- a/init.lua +++ b/init.lua @@ -1724,7 +1724,7 @@ else paramtype = "light", paramtype2 = "wallmounted", sunlight_propagates = true, - groups = {oddly_breakable_by_hand = 1, flammable = 3}, + groups = {choppy = 1, attached_node = 1, oddly_breakable_by_hand = 1, flammable = 3}, node_box = { type = "wallmounted", wall_top = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5},