View difference between Paste ID: pTVZJymV and fjcb51pF
SHOW: | | - or go back to the newest paste.
1
for i=1,64 do
2
    turtle.dig()
3
    turtle.placeDown()
4
    turtle.digUp()
5
    turtle.forward()
6
    turtle.digUp()
7
    turtle.digDown()
8
    turtle.down()
9
end