ravneravn

turtle download

Nov 11th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. position = {}
  2. position["status"] = "off"
  3. position["valuable"] = 0
  4. position["enderchest"] = "yes"
  5. position["currLayer"] = "na"
  6. position["direction"] = 1
  7. position["currZ"] = 1
  8. position["yStart"] = 58
  9. position["currY"] = 58
  10. position["currX"] = 1
  11.  
  12. shell.run("delete", "startup")
  13. shell.run("delete", "mine")
  14. shell.run("delete", "bore")
  15.  
  16.  
  17. shell.run("pastebin", "get", "NNYPQST7", "startup")
  18. shell.run("pastebin", "get", "kTgGUdvB", "mine")
  19. fs.makeDir("enderMine")
  20. handle = fs.open("enderMine/savedPosition", "w")
  21. handle.write(textutils.serialize(position))
  22. handle.close()
  23. shell.run("pastebin", "get", "TnSrE7C5", "bore")
  24. os.reboot()
Add Comment
Please, Sign In to add comment