updated fibo miner

This commit is contained in:
Julian Brammer 2024-06-02 02:08:01 +02:00
parent 22969c1719
commit bc2c102195

View File

@ -170,9 +170,9 @@ local function recursiveOreMining()
end
end
local function mineRow(distance)
local function mineRow()
--mine a 3 Block high Tunnel for <distance> Blocks
for i=state["dataCurrentPathProgress"], distance-2 do
for i=state["dataCurrentPathProgress"], state["dataGoalPathProgress"]-2 do
print("row: " .. state["dataCurrentRow"]+1 .. "/" .. state["dataGoalRows"] .. ", pathProgress: " .. state["dataCurrentPathProgress"]+1 .. "/" .. state["dataGoalPathProgress"])
turtle.dig()