Advertisement
iMontouch

Untitled

Jun 21st, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. turtle.select(16)
  2. turtle.refuel()
  3. for i = 1,64 do
  4. turtle.turnLeft()
  5.  
  6. turtle.dig()
  7. turtle.digUp()
  8. turtle.forward()
  9. turtle.digUp()
  10. turtle.back()
  11.  
  12. turtle.select(3)
  13. turtle.place()
  14. turtle.select(1)
  15. turtle.drop(1)
  16. turtle.select(2)
  17. turtle.drop(1)
  18.  
  19. turtle.turnRight()
  20. turtle.dig()
  21. turtle.forward()
  22. end
  23. turtle.select(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement