Guest User

Untitled

a guest
Dec 11th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.65 KB | None | 0 0
  1. term.redirect(peripheral.wrap("top"))
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. term.write("* A stable world has no random or repeated primary symbols")
  5. term.setCursorPos(1,2)
  6. term.write("  also has the correct amount of primary symbols exactly.")
  7. term.setCursorPos(1,3)
  8. term.write("* Dense Ores always causes instability.")
  9. term.setCursorPos(1,4)
  10. term.write("* Stability/instability indicate the possible presence of")
  11. term.setCursorPos(1,5)
  12. term.write("  a layer of Decay upon chunk generation.")
  13. term.setCursorPos(1,6)
  14. term.write("* Decay will move down deleting blocks below it and drags")
  15. term.setCursorPos(1,7)
  16. term.write("  blocks above it through bedrock until it hits the void,")
  17. term.setCursorPos(1,8)
  18. term.write("  then everything will fall through leaving a hole.")
  19. term.setCursorPos(1,9)
  20. term.write("* Primary symbols that require 1 each:Biome Controller,")
  21. term.setCursorPos(1,10)
  22. term.write("  Light, Sky(Color, just to be safe), Terrain Generation,")
  23. term.setCursorPos(1,11)
  24. term.write("  Time, Weather, World Modifier")
  25. term.setCursorPos(1,12)
  26. term.write("* Biome Controller affects the required number of Biomes:")
  27. term.setCursorPos(1,13)
  28. term.write("    Single(1), Checkerboard(2), any others 3+")
  29. term.setCursorPos(1,14)
  30. term.write("* Terrain Features require 3-5 features.")
  31. term.setCursorPos(1,15)
  32. term.write("* Following these directions should be a stable world")
  33. term.setCursorPos(1,16)
  34. term.write("  with only a possibility of random sunset/fog colors")
  35. term.setCursorPos(1,17)
  36. term.write("  which do not affect stability.")
  37. term.setCursorPos(1,18)
  38. term.write("* Note: Accelerated is the lowest-impact Modifier.")
  39. term.restore()
Add Comment
Please, Sign In to add comment