From 3f793722d168afe65a3f75ebc9e04622906c5d6f Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Fri, 1 Mar 2019 19:13:59 +0100 Subject: [PATCH] quarry depth --- 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 08e0de3..79d652b 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 = 70 +local quarry_max_depth = 50 local quarry_demand = 10000 local quarry_eject_dir = vector.new(0, 1, 0)