wtf
This commit is contained in:
parent
bc2c102195
commit
2a72b3bfdb
@ -210,13 +210,17 @@ local function mineChunk()
|
||||
mineRow(state["dataGoalPathProgress"])
|
||||
|
||||
--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
|
||||
turtle.forward()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
--go to next row
|
||||
turtle.turnLeft()
|
||||
for j=0, 2 do
|
||||
turtle.dig()
|
||||
turtle.forward()
|
||||
|
Loading…
Reference in New Issue
Block a user