Advertisement
Jebula999

build

Jun 26th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. turtle.select(8)
  2. turtle.place()
  3. turtle.select(7)
  4. turtle.turnLeft()
  5. turtle.place()
  6. turtle.up()
  7. turtle.select(6)
  8. turtle.placeDown()
  9. turtle.select(5)
  10. turtle.place()
  11. turtle.turnRight()
  12. turtle.select(4)
  13. turtle.place()
  14. turtle.up()
  15. turtle.select(3)
  16. turtle.place()
  17. turtle.turnLeft()
  18. turtle.select(2)
  19. turtle.place()
  20. turtle.select(1)
  21. turtle.placeDown()
  22. turtle.turnRight()
  23. for i = 9, 16 do
  24. turtle.select(i)
  25. if turtle.getItemCount() > 0 then
  26. turtle.drop()
  27. end
  28. end
  29. turtle.turnLeft()
  30. turtle.select(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement