diff --git a/miner.lua b/miner.lua index cff4c22..9029318 100644 --- a/miner.lua +++ b/miner.lua @@ -181,8 +181,8 @@ local function mineProcedure() end miner.robot.turnRight() + -- mine the next stage miner.robot.up() - -- mine tne next stage miner.targetY = miner.targetY + 1 end