summaryrefslogtreecommitdiff
path: root/hole.lua
diff options
context:
space:
mode:
Diffstat (limited to 'hole.lua')
-rw-r--r--hole.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hole.lua b/hole.lua
index 7a8efa3..bbdf646 100644
--- a/hole.lua
+++ b/hole.lua
@@ -38,7 +38,7 @@ while true do
end
end
if #targets == 0 then
- for i = 1,5 do
+ for i = 1,3 do
if turtle.detectDown() then break end
assert(turtle.down())
end