Advertisement
sdfsd127

ComputercraftDisplay3

Jun 5th, 2020
15,116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. monitor = peripheral.wrap("back")
  2. monitor.clear()
  3. monitor.setCursorPos(2,3)
  4. monitor.setTextScale(3)
  5. monitor.write("Dimension")
  6. monitor.setCursorPos(2,4)
  7. monitor.write("Tools")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement