Advertisement
bennyuoppd

Minecraft CC Music player mon!

Dec 13th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2. mon.setBackgroundColor(colours.cyan)
  3. mon.clear()
  4. mon.setCursorPos(1,1)
  5. mon.write("Cake room :D")
  6. x,y = monitor.getSize()
  7. print("X= "..x.."Y= "..y)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement