Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local hardenedCache = peripheral.wrap('right')
- local monitor = peripheral.find('monitor')
- while true do
- local items = hardenedCache.getStoredItems()
- monitor.clear()
- monitor.setCursorPos(1,1)
- monitor.write(items['qty'])
- os.sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment