Advertisement
plusNick

Untitled

Jan 18th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local enderTank = peripheral.wrap("left")
  2. local tableInfo = enderTank.getTanks(side)
  3. for key, value in pairs(tableInfo) do
  4. print(key .. " = " .. tostring(value))
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement