Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --//monitors are 178 - 193
  2.  
  3. local mons =
  4. {
  5. {
  6. peripheral.wrap("monitor_178");
  7. peripheral.wrap("monitor_179");
  8. peripheral.wrap("monitor_180");
  9. peripheral.wrap("monitor_181");
  10. peripheral.wrap("monitor_182");
  11. peripheral.wrap("monitor_183");
  12. peripheral.wrap("monitor_184");
  13. peripheral.wrap("monitor_185");
  14. peripheral.wrap("monitor_186");
  15. peripheral.wrap("monitor_187");
  16. peripheral.wrap("monitor_188");
  17. peripheral.wrap("monitor_189");
  18. peripheral.wrap("monitor_190");
  19. peripheral.wrap("monitor_191");
  20. peripheral.wrap("monitor_192");
  21. peripheral.wrap("monitor_193");
  22.  
  23. },
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement