Advertisement
Clorith

Untitled

Oct 20th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. glass = peripeheral.wrap( "bottom" )
  2. ME = peripheral.wrap( "left" )
  3.  
  4. items = ME.listAll()
  5.  
  6. for itemid,amount in pairs( items ) do
  7.     print( "Item: " .. itemid .. " x" .. amount )
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement