Advertisement
Nonsanity

NonWitherTurtle

Feb 8th, 2021
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. while turtle.getItemCount(5) > 4 do
  2. turtle.select(1)
  3. turtle.dig()
  4. turtle.forward()
  5. turtle.forward()
  6. turtle.down()
  7. turtle.select(5)
  8. turtle.placeDown()
  9. turtle.turnLeft()
  10. turtle.place()
  11. turtle.turnLeft()
  12. turtle.turnLeft()
  13. turtle.place()
  14. turtle.turnLeft()
  15. turtle.up()
  16. turtle.placeDown()
  17. turtle.turnLeft()
  18. turtle.select(9)
  19. turtle.place()
  20. turtle.turnLeft()
  21. turtle.turnLeft()
  22. turtle.place()
  23. turtle.turnRight()
  24. turtle.forward()
  25. turtle.turnLeft()
  26. turtle.turnLeft()
  27. turtle.place()
  28. turtle.turnLeft()
  29. turtle.turnLeft()
  30. turtle.forward()
  31. turtle.turnLeft()
  32. turtle.turnLeft()
  33. turtle.select(1)
  34. turtle.place()
  35.  
  36. turtle.select(6)
  37. turtle.transferTo(5)
  38. turtle.select(7)
  39. turtle.transferTo(6)
  40. turtle.select(8)
  41. turtle.transferTo(7)
  42.  
  43. turtle.select(10)
  44. turtle.transferTo(9)
  45. turtle.select(11)
  46. turtle.transferTo(10)
  47. turtle.select(12)
  48. turtle.transferTo(11)
  49.  
  50. sleep(15)
  51. end
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement