Advertisement
Guest User

startup

a guest
Jul 28th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. mon = peripheral.find("monitor")
  2.  
  3. mon.setCursorPos(2,2)
  4. mon.setTextScale(3)
  5. mon.setBackgroundColor(colors.white)
  6. mon.setTextColor(colors.blue)
  7. mon.write("MINECHEM")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement