From d57619f290273cdad128481a160f367f20e64c5c Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Sun, 8 Nov 2015 17:02:44 +0100 Subject: [PATCH] [trunks] Move roots to the tree_root group - Fix #320 --- mods/plantlife_modpack/trunks/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/plantlife_modpack/trunks/nodes.lua b/mods/plantlife_modpack/trunks/nodes.lua index 90748f62..d305c7b0 100755 --- a/mods/plantlife_modpack/trunks/nodes.lua +++ b/mods/plantlife_modpack/trunks/nodes.lua @@ -345,7 +345,7 @@ for i in pairs(TRuNKS) do selection_box = {type = "fixed", fixed = roots_cube}, node_box = {type = "fixed", fixed = roots_sheet}, groups = { - tree=1, + tree_root=1, snappy=1, choppy=2, oddly_breakable_by_hand=1,