updated fibo miner
This commit is contained in:
parent
22969c1719
commit
bc2c102195
@ -170,9 +170,9 @@ local function recursiveOreMining()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local function mineRow(distance)
|
local function mineRow()
|
||||||
--mine a 3 Block high Tunnel for <distance> Blocks
|
--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"])
|
print("row: " .. state["dataCurrentRow"]+1 .. "/" .. state["dataGoalRows"] .. ", pathProgress: " .. state["dataCurrentPathProgress"]+1 .. "/" .. state["dataGoalPathProgress"])
|
||||||
|
|
||||||
turtle.dig()
|
turtle.dig()
|
||||||
|
Loading…
Reference in New Issue
Block a user