Advertisement
guitarplayer616

nathans orders

Dec 18th, 2016
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.74 KB | None | 0 0
  1. shell.run("pastebin get BztihKh3 market")
  2. shell.run("market")
  3. shell.run("Schematics/mobSpawningConeOnly")
  4.  
  5. shell.run("pastebin run hKi7ZiRF")
  6.  
  7. shell.run("clear")
  8. textutils.slowPrint("Setup finished, ready to start on mob farm")
  9. textutils.slowPrint("set me up at the right corner at least 24 blocks from spawn at a height of around 10 blocks")
  10. textutils.slowPrint("u can break this turtle and place me there")
  11.  
  12. local h = fs.open("startup","w")
  13. h.write([[
  14. print("am I in position?")
  15. print("I also need a sh*tton of cobble, some wooden planks, and some torches")
  16. textutils.slowPrint("press any key to continue")
  17. os.pullEvent("key")
  18. print(nil)
  19. shell.run("setup mobSpawningConeOnly")
  20. print("ok just restart me to start")
  21.  
  22. ]])
  23.  
  24. h.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement