Advertisement
100Toby1

Untitled

Apr 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while turtle.detect() do
  2. turtle.dig()
  3. turtle.forward()
  4. while turtle.detectUp() do
  5. turtle.digUp()
  6. turtle.up()
  7. end
  8. while not turtle.detectDown() do
  9. turtle.down()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement