chore: add comment

This commit is contained in:
Guillaume ARM 2024-05-08 23:02:16 +02:00
parent 09fc50d55e
commit 8041a7304d

View File

@ -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