Advertisement
Aixler

Tanktest

Nov 4th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. tank = peripheral.wrap("bottom")
  2. results = tank.getTankInfo("bottom")
  3. for k,_ in pairs(results) do
  4.   for i,v in pairs(results[k]) do
  5.     print(i..v)
  6.   end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement