Advertisement
xbsktball10x

Untitled

Jan 29th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function dig()
  2. for i = 1,59 do
  3. turtle.digUp()
  4. repeat()
  5. turtle.dig()
  6. sleep(.1)
  7. until turtle.detect() == false
  8. turtle.forward()
  9. end
  10. print("Digging you a quarry!)
  11. turtle.dig()
  12. turtle.forward()
  13. turtle.turnRight()
  14. turtle.turnRight()
  15. turtle.place()
  16. for k = 1,4 do
  17. dig()
  18. turtle.turnRight()
  19. turtle.dig()
  20. turtle.turnRight()
  21. turtle.turnRight()
  22. turtle.place()
  23. turtle.turnRight()
  24. turtle.turnRight()
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement