quarry depth = 70

This commit is contained in:
Thomas Rudin 2019-02-18 22:11:44 +01:00
parent 3269de8f44
commit 2750d80216

View File

@ -13,7 +13,7 @@ minetest.register_craft({
})
local quarry_dig_above_nodes = 3 -- How far above the quarry we will dig nodes
local quarry_max_depth = 30
local quarry_max_depth = 70
local quarry_demand = 10000
local quarry_eject_dir = vector.new(0, 1, 0)