Guest User

Untitled

a guest
Dec 11th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. term.redirect(peripheral.wrap("top"))
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. term.write("~* Mystcrafting 101 *~")
  5.  
  6. term.setCursorPos(1,2)
  7. term.write("-Books will suck you in when used and fall down")
  8.  
  9. term.setCursorPos(1,3)
  10. term.write("-Don't make unstable ages! They spawn with 'decay")
  11.  
  12. term.setCursorPos(1,4)
  13. term.write("blocks' which cause them to sink into the void.")
  14.  
  15. term.setCursorPos(1,5)
  16. term.write("-Always take a linkbook with you! Linkbooks take")
  17.  
  18. term.setCursorPos(1,6)
  19. term.write("you to where you were when you crafted them.")
  20.  
  21. term.setCursorPos(1,8)
  22. term.write("Avoid instability by following these guidelines:")
  23.  
  24. term.setCursorPos(1,9)
  25. term.write("-Don't use Dense Ores")
  26.  
  27. term.setCursorPos(1,10)
  28. term.write("-Use exactly one biome controller, lighting, time, weather")
  29.  
  30. term.setCursorPos(1,11)
  31. term.write("-Use 3+ biomes unless single (1) or checkerboard (2) controller")
  32.  
  33. term.setCursorPos(1,12)
  34. term.write("-Use as many Sky as you want (combine colours)")
  35.  
  36. term.setCursorPos(1,13)
  37. term.write("*It will add 3-5 extra symbols from the other")
  38.  
  39. term.setCursorPos(1,14)
  40. term.write("categories if you don't, but this is safe")
Add Comment
Please, Sign In to add comment