Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- turtle.dig()
- turtle.forward()
- while turtle.compareUp()== true do
- turtle.digUp()
- turtle.up()
- end
- while turtle.compareUp()== false do
- turtle.down()
- end
- while turtle.compareDown()== false do
- turtle.back()
- end
Advertisement
Add Comment
Please, Sign In to add comment