register obsidian as a ground node

This commit is contained in:
obl3pplifp 2019-05-24 00:14:26 +01:00
parent 778ec375ed
commit 04b4d593f4

@ -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")