This commit is contained in:
Julian Brammer 2024-06-09 18:24:56 +02:00
parent 80e355ebd4
commit 49937e0c75
2 changed files with 2 additions and 1 deletions

View File

@ -232,6 +232,7 @@ local function mineChunk()
setState(state)
for i=state["dataCurrentRow"], state["dataGoalRows"]-1 do
sleep(0.5)
mineRow(state["dataGoalPathProgress"])
--turn back and return to start of row if not last row

View File

@ -59,4 +59,4 @@ end
digComplete(5)
digComplete(10)