Advertisement
popatop15

Untitled

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