Advertisement
Guest User

Untitled

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