this.tile = tile;
addWidget(new FluidGaugeWidget(tile.getTankManager().get(0), 17, 23, 176, 0, 16, 47));
addWidget(new FluidGaugeWidget(tile.getTankManager().get(1), 107, 23, 176, 0, 16, 47));
addWidget(new IndicatorWidget(tile.boiler.heatIndicator, 40, 25, 176, 61, 6, 43));
addWidget(new IndicatorWidget(tile.getEnergyIndicator(), 94, 25, 182, 61, 6, 43));
addSlot(new SlotFuel(tile, 0, 62, 39));
addSlot(new SlotWater(tile, 1, 143, 21));
addSlot(new SlotOutput(tile, 2, 143, 56));