mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 15:23:43 +01:00
Merge pull request #31 from obl3pplifp/quarry_obsidian
Let quarry dig obsidian
This commit is contained in:
commit
8f42e6d057
@ -18,8 +18,8 @@ tubelib_addons1.Flowers = {}
|
|||||||
|
|
||||||
-- table needed for Grinder
|
-- table needed for Grinder
|
||||||
tubelib_addons1.GroundNodes = {}
|
tubelib_addons1.GroundNodes = {}
|
||||||
|
|
||||||
|
|
||||||
-- default trees which require the node timer
|
-- default trees which require the node timer
|
||||||
function tubelib_addons1.register_tree_node(name, drop, plant)
|
function tubelib_addons1.register_tree_node(name, drop, plant)
|
||||||
tubelib_addons1.FarmingNodes[name] = {drop = drop or name, plant = plant, t1= 166, t2 = 288}
|
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:ice")
|
||||||
gn("default:snowblock")
|
gn("default:snowblock")
|
||||||
gn("default:snow")
|
gn("default:snow")
|
||||||
|
gn("default:obsidian")
|
||||||
|
|
||||||
gn("stairs:stair_cobble")
|
gn("stairs:stair_cobble")
|
||||||
gn("stairs:stair_mossycobble")
|
gn("stairs:stair_mossycobble")
|
||||||
|
Loading…
Reference in New Issue
Block a user