Advertisement
minecraft_chebro

heure minecraft

Aug 23rd, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. ymon = peripheral.wrap("back")
  2. ymon.setTextScale(5)
  3. term.redirect(ymon)
  4.  
  5. while true do
  6.  
  7. term.setCursorPos(1,1)
  8. write(http.get("http://www.timeapi.org/cet/now?format=%20%25H:%25M:%25S").readAll())
  9.  
  10. end
  11.  
  12. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement