ScoutMaester

Untitled

Jan 10th, 2021 (edited)
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. turtle.refuel()
  2. place = 0
  3. slot = 2
  4. while true do
  5. turtle.placeDown()
  6. turtle.turnLeft()
  7. turtle.place()
  8. turtle.turnRight()
  9. turtle.turnRight()
  10. turtle.forward()
  11. turtle.placeDown()
  12. turtle.place()
  13. turtle.turnLeft()
  14. turtle.forward()
  15. turtle.turnRight()
  16. turtle.place()
  17. turtle.placeDown()
  18. turtle.turnRight()
  19. turtle.turnRight()
  20. turtle.forward()
  21. turtle.placeDown()
  22. turtle.place()
  23. turtle.turnRight()
  24. turtle.forward()
  25. place = place + 8
  26. if place == 64 then
  27. turtle.select(slot)
  28. slot = slot + 1
  29. place = 0
  30. if slot == 17 then
  31. slot = 1
  32. end
  33. end
  34. end
Add Comment
Please, Sign In to add comment