Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local smeltery = peripheral.wrap( "tconstruct_smelterydrain_0" )
- local tank1, tank2 = unpack( smeltery.getTankInfo("unknown") ) -- not sure if tank1 is lava or tank2 is... you'll have to check..
- print( "contents: ", tank1.rawName, " amount:", tank1.amount )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement