From 04b4d593f4df8f6421f030b710f92e59e2c4d63d Mon Sep 17 00:00:00 2001 From: obl3pplifp Date: Fri, 24 May 2019 00:14:26 +0100 Subject: [PATCH] register obsidian as a ground node --- tubelib_addons1/nodes.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tubelib_addons1/nodes.lua b/tubelib_addons1/nodes.lua index 469c9fc..1a21d66 100644 --- a/tubelib_addons1/nodes.lua +++ b/tubelib_addons1/nodes.lua @@ -18,8 +18,8 @@ tubelib_addons1.Flowers = {} -- table needed for Grinder tubelib_addons1.GroundNodes = {} - - + + -- default trees which require the node timer function tubelib_addons1.register_tree_node(name, drop, plant) tubelib_addons1.FarmingNodes[name] = {drop = drop or name, plant = plant, t1= 166, t2 = 288} @@ -161,6 +161,7 @@ gn("default:silver_sand") gn("default:ice") gn("default:snowblock") gn("default:snow") +gn("default:obsidian") gn("stairs:stair_cobble") gn("stairs:stair_mossycobble")