Guest User

Untitled

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