for i=1,64 do
turtle.dig()
turtle.placeDown()
turtle.digUp()
turtle.forward()
turtle.digDown()
turtle.down()
end