Advertisement
Alexwashere01

Time MC PCCRAFT

Dec 9th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. -- pastebin get Lq6XPZhs startup
  2.  
  3. mon = peripheral.wrap("back")
  4. mon.clear()
  5. mon.setTextScale(5)
  6.  
  7. while true do
  8. mon.write(textutils.formatTime(os.time(),true))
  9. sleep(0)
  10. mon.clear()
  11. mon.setCursorPos(1,1)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement