Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. turtle.select(1)
  2. if not turtle.compare() then
  3. turtle.dig()
  4. turtle.forward()
  5. while turtle.detectUp()
  6. turtle.digUp()
  7. turtle.up()
  8. end
  9. while not turtle.detectDown () do
  10. turtle.down()
  11. end
  12. turtle.back()
  13. turtle.place()
  14. end
  15. os.sleep(15)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement