rungholt

jannie

Feb 19th, 2021 (edited)
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.73 KB | None | 0 0
  1. if not fs.exists('goto') then
  2.     shell.run('pastebin get HS3Vv8z8 goto')
  3. end
  4.  
  5. while turtle.getFuelLevel() <= 200 do
  6.     turtle.select(16)
  7.     turtle.refuel(1)
  8. end
  9.  
  10. shell.run("goto 4 81 180") -- Melon Chest GPS
  11. for i = 1,15 do
  12.     turtle.select(i)
  13.     turtle.suckDown()
  14. end
  15.  
  16. shell.run("goto 10 81 184") -- Potato Chest GPS
  17. for i = 1,15 do
  18.     turtle.select(i)
  19.     turtle.suckDown()
  20. end
  21.  
  22. shell.run("goto 10 81 181") -- Carrot Chest GPS
  23. for i = 1,15 do
  24.     turtle.select(i)
  25.     turtle.suckDown()
  26. end
  27.  
  28. shell.run("goto 13 81 184") -- Wheat Chest GPS
  29. for i = 1,15 do
  30.     turtle.select(i)
  31.     turtle.suckDown()
  32. end
  33.  
  34. shell.run("goto 4 80 186") -- Home Chest GPS
  35. for i = 1,15 do
  36.     turtle.select(i)
  37.     turtle.dropDown()
  38. end
Add Comment
Please, Sign In to add comment