Advertisement
Guest User

Untitled

a guest
May 25th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. length = 100
  3. turtle.refuel(16)
  4. for i=1,length,1 do
  5. while turtle.detect() do
  6. turtle.dig()
  7. end
  8.  
  9. while turtle.detectUp() do
  10. turtle.digUp()
  11. turtle.up()
  12. end
  13.  
  14. while turtle.detectUp() do
  15. turtle.digUp()
  16. turtle.down()
  17. turtle.down()
  18. end
  19. turtle.forward()
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement