Advertisement
demon012

captest

Jul 17th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. macerator = peripheral.wrap("automatic_macerator_0")
  2.  
  3. for count = 1,6 do
  4.     local intInfo = macerator.getStackInSlot(count)
  5.     print(tostring(count) .. " " .. tostring(intInfo))
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement