We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37ec90 commit f52e903Copy full SHA for f52e903
src/main/java/gregtech/api/metatileentity/multiblock/RecipeMapMultiblockController.java
@@ -141,6 +141,7 @@ protected void initializeAbilities() {
141
private void resetTileAbilities() {
142
this.inputInventory = new GTItemStackHandler(this, 0);
143
this.inputFluidInventory = new FluidTankList(true);
144
+ this.extendedFluidInputs = new FluidTankList(true);
145
this.outputInventory = new GTItemStackHandler(this, 0);
146
this.outputFluidInventory = new FluidTankList(true);
147
this.energyContainer = new EnergyContainerList(Lists.newArrayList());
0 commit comments