mine64x64x3.lua

                Never    
Lua
       
turtle.select(1)
for time=0,15 do 
shell.run("mineForward64")
    if(time%2 == 0) then
    turtle.turnRight()
    shell.run("mine3Blocks")
    turtle.turnRight()
    else
    turtle.turnLeft()
    shell.run("mine3Blocks")
    turtle.turnLeft()
    end
end

Raw Text