Advertisement
Guest User

monitor.lua

a guest
Jun 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. monitor = peripheral.wrap("right")
  2. monitor.clear()
  3. monitor.setTextScale(3)
  4. monitor.setCursorPos(1, 1)
  5. monitor.write("Minecraft")
  6. monitor.setCursorPos(1, 2)
  7. monitor.write("Commanders")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement