super(tile);
this.tile = tile;
addWidget(new FluidGaugeWidget(tile.getTankManager().get(0), 17, 23, 176, 0, 16, 47));
addSlot(new SlotMinecartFilter(tile.getCartFilters(), 0, 62, 39));
addSlot(new SlotMinecartFilter(tile.getCartFilters(), 1, 80, 39));
addSlot(input = new SlotLiquidContainerFilled(tile, 0, 134, 21));
addSlot(output = new SlotOutput(tile, 1, 134, 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));