Advertisement
craftyoyo

aemon

Jul 12th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. applied = peripheral.wrap("left")
  2. monitor = peripheral.wrap("right")
  3.  
  4. term.redirect(monitor)
  5.  
  6. while true do
  7.   term.clear()
  8.   print(applied.getStoredItemCount())
  9.   os.sleep(0.1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement