public ContainerSteamOven(InventoryPlayer invPlayer, TileSteamOven tile) {
super(tile);
this.tile = tile;
TankManager tMan = tile.getTankManager();
if (tMan != null) {
addWidget(new FluidGaugeWidget(tMan.get(0), 94, 20, 176, 0, 16, 47));
}
for (int i = 0; i < 3; i++) {
for (int k = 0; k < 3; k++) {
addSlot(new SlotSmelting(tile, i * 3 + k, 8 + k * 18, 17 + i * 18));