tomtrein

sticks2

Jun 18th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. while true do
  2. turtle.suckUp()
  3. while turtle.place() do
  4. turtle.select(2)
  5. turtle.dig()
  6. turtle.select(1)
  7. turtle.place()
  8. turtle.select(6)
  9. turtle.dig()
  10. turtle.select(1)
  11. end
  12. turtle.craft()
  13. turtle.dropDown()
  14. turtle.craft()
  15. turtle.dropDown()
  16. turtle.craft()
  17. turtle.dropDown()
  18. turtle.craft()
  19. turtle.dropDown()
  20. os.queueEvent("randomEvent")
  21. os.pullEvent()
  22. end
Advertisement
Add Comment
Please, Sign In to add comment