This commit is contained in:
Julian Brammer 2024-06-02 02:16:03 +02:00
parent bc2c102195
commit 2a72b3bfdb

View File

@ -210,13 +210,17 @@ local function mineChunk()
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 then turtle.turnLeft()
turlte.turnLeft()
if i<state["dataGoalRows"] then
while not turtle.detect() do while not turtle.detect() do
turtle.forward() turtle.forward()
end end
end end
--go to next row --go to next row
turtle.turnLeft()
for j=0, 2 do for j=0, 2 do
turtle.dig() turtle.dig()
turtle.forward() turtle.forward()