Advertisement
chopstyix

Untitled

Jan 2nd, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. -- Functions
  2. function dig()
  3. turtle.dig()
  4. turtle.turnLeft()
  5. turtle.dig()
  6. turtle.turnRight()
  7. turtle.turnRight()
  8. turtle.dig()
  9. turtle.turnLeft()
  10.  
  11.  
  12. -- Main Script
  13. refuel 10http://pastebin.com/
  14. for i = 1, 1 do
  15. dig()
  16. turtle.digUp()
  17. turtle.up()
  18. dig()
  19. turtle.down()
  20. turtle.down()
  21. dig()
  22. turtle.up()
  23. turtle.forward()
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement