This commit is contained in:
Julian Brammer 2024-06-02 01:27:04 +02:00
parent 750b517a47
commit ba3540d861

View File

@ -210,7 +210,7 @@ local function mineChunk(size)
mineRow(state["dataGoalPathProgress"]) mineRow(state["dataGoalPathProgress"])
--turn back and return to start of row if not last row --turn back and return to start of row if not last row
if i<state[dataGoalRows]-1 do if i<state[dataGoalRows]-1 then
while not turtle.detect() do while not turtle.detect() do
turtle.forward() turtle.forward()
end end