From 63c1499500ca4cd2229552c55d2810eddbf5f42d Mon Sep 17 00:00:00 2001 From: pyrollo Date: Sun, 18 Dec 2016 20:57:40 +0100 Subject: Fixed groups and black sign drop item --- signs/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'signs/nodes.lua') diff --git a/signs/nodes.lua b/signs/nodes.lua index ab3c1e5..36d07dc 100644 --- a/signs/nodes.lua +++ b/signs/nodes.lua @@ -118,7 +118,7 @@ local models = { wall_side = {-0.5, -7/32, -0.5, -7/16, 7/32, 7/16}, wall_bottom = {-0.5, -0.5, -0.5, 0.5, -7/16, 0.5}, wall_top = {-0.5, 0.5, -0.5, 0.5, 7/16, 0.5}}, - groups={choppy=1,oddly_breakable_by_hand=1,not_in_creative_inventory=1}, + groups={not_in_creative_inventory=1}, drop="signs:wooden_right", }, }, -- cgit v1.2.3