Advertisement
xbsktball10x

Untitled

Jan 29th, 2014
77
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.dig()
  4. turtle.forward()
  5. end
  6. end
  7. print("Digging you a quarry!")
  8. turtle.dig()
  9. turtle.forward()
  10. turtle.turnRight()
  11. turtle.turnRight()
  12. turtle.place()
  13. turtle.turnRight()
  14. turtle.turnRight()
  15. for k = 1,4
  16. dig()
  17. turtle.turnRight()
  18. turtle.dig()
  19. turtle.forward()
  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