Advertisement
Zantag

Resupply

Jun 19th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function refill()
  2. for i = 1, 16 do
  3. supply.resupply(i)
  4. end
  5. end
  6. supply = peripheral.wrap("right")
  7. supply.link()
  8.  
  9. turtle.forward()
  10. turtle.forward()
  11. for i = 1, 15 do
  12. shell.run("alv", "1")
  13. refill()
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement