addWidget(new IndicatorWidget(tile.boiler.heatIndicator, 40, 25, 176, 61, 6, 43));
addSlot(input = new SlotWater(tile, 0, 143, 21));
addSlot(output = new SlotOutput(tile, 1, 143, 56));
addSlot(fuel = new SlotFuel(tile, 2, 62, 39));
addSlot(new SlotFuel(tile, 3, 89, 20));
addSlot(new SlotFuel(tile, 4, 89, 38));
addSlot(new SlotFuel(tile, 5, 89, 56));
for (int i = 0; i < 3; i++) {
for (int k = 0; k < 9; k++) {
addSlot(new Slot(inventoryplayer, k + i * 9 + 9, 8 + k * 18, 84 + i * 18));
}