Advertisement
guitarplayer616

Debug - Schematic Turtle

Dec 21st, 2016
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.95 KB | None | 0 0
  1. local Branch = "patch2"
  2. if not fs.exists("git") then
  3.     shell.run("pastebin get hKi7ZiRF git")
  4. end
  5. shell.run("git")
  6.  
  7. local apis = {
  8.        
  9.         GoTo = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/goto.lua",
  10.         GPS = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/gps.lua",
  11.         SchemParser = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/schemparser.lua",
  12.         LocationFinder = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/locationfinder.lua",
  13.         Refill = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/refill.lua",
  14.         Debug = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/debug.lua",
  15.     }
  16.  
  17. for i,v in pairs(apis) do
  18.     git.get(v,"SchematicBuilder/"..i)
  19.     shell.run("SchematicBuilder/"..i)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement