Advertisement
Rnen10

Agricraft Seed Breeder Updater

Jan 6th, 2018 (edited)
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. -- Made by Rnen10
  2. -- If problems/questions feel free to contact me
  3. -- https://twitter.com/Rnen10
  4. -- rnen. (Evan#7181)  on discord
  5.  
  6. -- For use: Download this as "startup"
  7. -- This downloads the main seed breeding program: https://pastebin.com/WADd471i
  8.  
  9. term.clear()
  10. term.setCursorPos(1,1)
  11. shell.run("rm seed")
  12. term.clear()
  13. term.setCursorPos(1,1)
  14. shell.run("pastebin get WADd471i seed")
  15. shell.run("seed")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement