Advertisement
patrick11514

Untitled

Mar 30th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local tank = peripheral.wrap(<side in quotes>)
  2. local tankInfo = tank.getTankInfo("unknown")
  3. local tankStats = tankInfo[1]
  4. for k, v in pairs(tankStats) do
  5. print(k .. " / " .. v)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement