From 8041a7304db5c87f1722c914a00603a305df6ce2 Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Wed, 8 May 2024 23:02:16 +0200 Subject: [PATCH] chore: add comment --- miner.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/miner.lua b/miner.lua index 1e4102a..cff4c22 100644 --- a/miner.lua +++ b/miner.lua @@ -182,7 +182,8 @@ local function mineProcedure() miner.robot.turnRight() miner.robot.up() - miner.targetY = miner.targetY - 1 + -- mine tne next stage + miner.targetY = miner.targetY + 1 end if turtleUtils.countFreeSlots() < 1 then