From 7305ba719930ea3fbf8aa987aeec48b33cdbd82e Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Tue, 21 Mar 2017 17:34:07 +0300 Subject: Oregen --- ihl/processing/chemistry/ElectrolysisBathTileEntity.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ihl/processing/chemistry/ElectrolysisBathTileEntity.java') diff --git a/ihl/processing/chemistry/ElectrolysisBathTileEntity.java b/ihl/processing/chemistry/ElectrolysisBathTileEntity.java index 5a7a215..f8fae63 100644 --- a/ihl/processing/chemistry/ElectrolysisBathTileEntity.java +++ b/ihl/processing/chemistry/ElectrolysisBathTileEntity.java @@ -194,7 +194,7 @@ public class ElectrolysisBathTileEntity extends FlexibleCableHolderBaseTileEntit public UniversalRecipeOutput getOutput() { - return ElectrolysisBathTileEntity.recipeManager.getOutputFor(this.getInput(), false, false); + return ElectrolysisBathTileEntity.recipeManager.getOutputFor(this.getInput()); } @SuppressWarnings("rawtypes") @@ -203,7 +203,7 @@ public class ElectrolysisBathTileEntity extends FlexibleCableHolderBaseTileEntit for(int i=0;i