wtf
This commit is contained in:
parent
bc2c102195
commit
2a72b3bfdb
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user