Advertisement
Guest User

test

a guest
Oct 22nd, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local tank = peripheral.wrap("bottom")
  2. local tableInfo = tank.getTankInfo("unknown")
  3. for k,v in pairs(tableInfo) do
  4.   for x,y in pairs(v) do
  5.     print (x..": "..y)
  6.   end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement