Advertisement
Spatzenhirn123

refueling

Sep 28th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. turtle.up()
  2. turtle.up()
  3. turtle.up()
  4. turtle.up()
  5. turtle.turnRight()
  6. turtle.forward()
  7. for i=1,16,1 do
  8. turtle.forward()
  9. turtle.select(i)
  10. turtle.dropDown()
  11. end
  12. turtle.turnRight()
  13. turtle.turnRight()
  14. for a=1,17,1 do
  15. turtle.forward()
  16. end
  17. turtle.turnRight()
  18. turtle.down()
  19. turtle.down()
  20. turtle.down()
  21. turtle.down()
  22. rednet.open("right")
  23. for i = 8, 23 do
  24. rednet.send(i, "mining 0")
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement