chore: add comment
This commit is contained in:
parent
09fc50d55e
commit
8041a7304d
@ -182,7 +182,8 @@ local function mineProcedure()
|
|||||||
|
|
||||||
miner.robot.turnRight()
|
miner.robot.turnRight()
|
||||||
miner.robot.up()
|
miner.robot.up()
|
||||||
miner.targetY = miner.targetY - 1
|
-- mine tne next stage
|
||||||
|
miner.targetY = miner.targetY + 1
|
||||||
end
|
end
|
||||||
|
|
||||||
if turtleUtils.countFreeSlots() < 1 then
|
if turtleUtils.countFreeSlots() < 1 then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user