Advertisement
Guest User

startup

a guest
Apr 18th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. mon = peripheral.wrap("left")
  2.  
  3. mon.setTextColor(colors.orange)
  4. mon.setTextScale(1)
  5. mon.setCursorPos(6,1)
  6. mon.write("WEST")
  7.  
  8. mon.setTextColor(colors.blue)
  9. mon.setCursorPos(1,3)
  10. mon.write(" Banned Items")
  11. mon.setCursorPos(1,4)
  12. mon.write("Mining Laser")
  13. mon.setCursorPos(1,5)
  14. mon.write("TNT")
  15. mon.setCursorPos(1,6)
  16. mon.write("IndustrialTNT")
  17. mon.setCursorPos(1,7)
  18. mon.write("IC2 Dynamite")
  19. mon.setCursorPos(1,8)
  20. mon.write("^ S. Dynamite")
  21. mon.setCursorPos(1,9)
  22. mon.write("Portal + Grav")
  23. mon.setCursorPos(1,10)
  24. mon.write("Mystcraft")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement