This commit is contained in:
Julian Brammer 2024-06-02 02:54:00 +02:00
parent b25a63545b
commit eb26ecc278

View File

@ -218,7 +218,7 @@ local function mineChunk()
-- turtle.forward()
--end
for j=1, state["dataGoalPathProgress"] do
for j=1, state["dataGoalPathProgress"]-1 do
turtle.forward()
end