Skip to content

Commit f52e903

Browse files
committed
reset extended fluid inputs
1 parent e37ec90 commit f52e903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/gregtech/api/metatileentity/multiblock/RecipeMapMultiblockController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ protected void initializeAbilities() {
141141
private void resetTileAbilities() {
142142
this.inputInventory = new GTItemStackHandler(this, 0);
143143
this.inputFluidInventory = new FluidTankList(true);
144+
this.extendedFluidInputs = new FluidTankList(true);
144145
this.outputInventory = new GTItemStackHandler(this, 0);
145146
this.outputFluidInventory = new FluidTankList(true);
146147
this.energyContainer = new EnergyContainerList(Lists.newArrayList());

0 commit comments

Comments
 (0)