Advertisement
popatop15

Untitled

Jul 19th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. monitor = peripheral.wrap("right")
  2. term.redirect(monitor)
  3. term.clear()
  4. local text = [[
  5. +------------------------------------------------+
  6. | Ban List |
  7. |------------------------------------------------|
  8. | BuildCraft : Pump, Quarry |
  9. | IndustrialCraft : Nuke |
  10. | Factorization : Twisted Block of Dark Iron |
  11. | RailCraft : All Anchors, Sentinel |
  12. | ChickenChunks : Spot Loader |
  13. | MFR : Chunk Loader |
  14. | |
  15. | |
  16. | |
  17. | |
  18. | |
  19. +------------------------------------------------+
  20. ]]
  21. print(text)
  22. term.native()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement