View difference between Paste ID: FvJFAff8 and pTVZJymV
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()
7+
    turtle.up()
8-
    turtle.down()
8+