Advertisement
Guest User

quarry1

a guest
Oct 22nd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. for i=1,5 do
  2. if turtle.detect() then turtle.dig() end
  3. turtle.forward()
  4. end
  5.  
  6. turtle.turnRight()
  7. turtle.forward()
  8. turtle.turnRight()
  9. turtle.turnRight()
  10. turtle.place()
  11. turtle.turnRight()
  12. turtle.turnRight()
  13.  
  14. for i=1,5 do
  15. if turtle.detect() then turtle.dig() end
  16. turtle.forward()
  17. end
  18. turtle.turnRight()
  19. turtle.forward()
  20. turtle.turnRight()
  21. turtle.turnRight()
  22. turtle.place()
  23. turtle.turnRight()
  24. turtle.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement