From 372d27216be0b02487276f7eb35f749c7858a808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 20 Aug 2020 00:06:50 +0200 Subject: [PATCH] Reset shaft depth 100 --- turtles/mine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtles/mine.lua b/turtles/mine.lua index 969dc4e..09dfe11 100644 --- a/turtles/mine.lua +++ b/turtles/mine.lua @@ -22,7 +22,7 @@ FUEL_POINT_S = 3 FUEL_EXPECTATION = 2000 FUEL_LOW = 1000 -SHAFT_DEPTH = 5 +SHAFT_DEPTH = 100 -- Start at this position to find the next shaft next_shaft_side = 0