This commit is contained in:
Julian Brammer 2024-06-02 02:47:07 +02:00
parent 80b6fbd952
commit c8fac4e1f2

View File

@ -212,7 +212,7 @@ local function mineChunk()
--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 if i<state["dataGoalRows"] then
turtle.turnLeft() turtle.turnLeft()
turtle.turnLeft() turtle.turnLeft()
--while not turtle.detect() do --while not turtle.detect() do