Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. lua
  2. storage = peripheral.wrap("Left")
  3. monitor = peripheral.wrap("Right")
  4.  
  5. while true do
  6. monitor.write(storage.getStoredItems().qty)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement