Advertisement
dragontamerfred

Untitled

Aug 11th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local smeltery = peripheral.wrap( "tconstruct_smelterydrain_0" )
  2. local tank1, tank2 = unpack( smeltery.getTankInfo("unknown") ) -- not sure if tank1 is lava or tank2 is... you'll have to check..
  3. print( "contents: ", tank1.rawName, " amount:", tank1.amount )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement