Advertisement
Guest User

startup

a guest
Dec 17th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. while true do
  2.  
  3.   if redstone.getInput("top") == true then
  4.  
  5.   m = peripheral.wrap("back")
  6. m.clear()
  7.     m.setCursorPos(8,1)
  8.   m.setTextScale(5)
  9.   m.write("1")
  10.   end
  11. sleep(0.1)
  12.  
  13.  
  14.  
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement