Advertisement
Guest User

portalscreen

a guest
Apr 24th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. mon = peripheral.wrap("left")
  2. mon.clear()
  3. mon.setTextScale(2)
  4. mon.setCursorPos(3,3)
  5. mon.write("Holy Tree")
  6. mon.setCursorPos(4,4)
  7. mon.write("of Water")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement