Advertisement
Maxstripe

AE2 ME Storage Reader (OC),(AE2)

Nov 5th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. component = require("component")
  2. local a = {}
  3. local x = 1
  4. a = component.me_interface.getItemsInNetwork()
  5.  
  6. while a[x] ~=nil do
  7.    print(a[x]["label"], a[x]["size"])
  8. x = x+1
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement