Advertisement
RealHero

tank

May 15th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local com = require("component")
  2. local tank = com.thermalexpansion_tank
  3. local tankInfo = tank.getTankInfo()
  4.  
  5. for i = 1, #tankInfo do
  6. print(tankInfo.[i])
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement