diff options
author | ubq323 <ubq323@ubq323.website> | 2022-06-28 00:21:28 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-06-28 00:21:28 +0100 |
commit | 7e16b3e24711969313e856039c4e957bb2f1cf25 (patch) | |
tree | 0fedfc68ad84006e24b1a9726d1a8b171a5dc08b | |
parent | c5b562d81ce17d017bf46d5ec7f9c936ca688370 (diff) |
hole
-rw-r--r-- | hole.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |