Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. i,j = turtle.inspect()
  2. turtle.select(1)
  3. while(true)
  4. do
  5. i,k = turtle.inspect()
  6. if j.metadata == k.metadata then
  7. turtle.dig()
  8. turtle.place()
  9. turtle.dropUp()
  10. turtle.select(2)
  11. turtle.place()
  12. turtle.dropUp()
  13. turtle.select(3)
  14. turtle.place()
  15. turtle.dropUp()
  16. turtle.select(4)
  17. turtle.place()
  18. turtle.dropUp()
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement