From 2750d802169a1dc5ddb4e91737d90eb20a8a23fb Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Mon, 18 Feb 2019 22:11:44 +0100 Subject: [PATCH] quarry depth = 70 --- technic/machines/HV/quarry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/HV/quarry.lua b/technic/machines/HV/quarry.lua index 9c0a1e3..08e0de3 100644 --- a/technic/machines/HV/quarry.lua +++ b/technic/machines/HV/quarry.lua @@ -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)