From c4fe467e6fd446fd195623308f613185bbf73ef9 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Fri, 18 Jan 2019 15:56:52 +0100 Subject: [PATCH] Remove wood group --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 593e5d1..48241d4 100644 --- a/init.lua +++ b/init.lua @@ -813,7 +813,7 @@ else paramtype = "light", paramtype2 = "wallmounted", sunlight_propagates = true, - groups = {wood = 1, oddly_breakable_by_hand = 1, flammable = 3}, + groups = {oddly_breakable_by_hand = 1, flammable = 3}, node_box = { type = "wallmounted", wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125},