Advertisement
visiongaming43

Untitled

Jun 12th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. if (turtle.getFuelLevel() <= 1) then error("PLEASE MAKE SURE TURTLE FUEL IS SUFFICIENT") end
  2. local libLinks = {
  3. ["posLib"] = "https://pastebin.com/6u4NUbX7",
  4. ["invLib"] = "https://pastebin.com/rzbfcsNc",
  5. ["colorLib"] = "https://pastebin.com/mpq6LPHj",
  6. ["farmLib"] = "https://pastebin.com/94nzudjb",
  7. ["farmSetup"] = "https://pastebin.com/a9S5xDpv"
  8. }
  9.  
  10. local startupLink = "https://pastebin.com/SYe8gcuC"
  11.  
  12. for name, link in pairs(libLinks) do
  13. shell.run("pastebin get " .. link .. " " .. name)
  14. end
  15.  
  16. shell.run("farmSetup")
  17. shell.run("pastebin get " .. startupLink .. " startup")
  18. shell.run("reboot")
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement