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/CryogenicDistillerTileEntity.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ihl/processing/chemistry/CryogenicDistillerTileEntity.java') diff --git a/ihl/processing/chemistry/CryogenicDistillerTileEntity.java b/ihl/processing/chemistry/CryogenicDistillerTileEntity.java index 1ed4e36..9bd11a3 100644 --- a/ihl/processing/chemistry/CryogenicDistillerTileEntity.java +++ b/ihl/processing/chemistry/CryogenicDistillerTileEntity.java @@ -3,7 +3,6 @@ package ihl.processing.chemistry; import java.util.Arrays; import java.util.List; import java.util.Map; -import java.util.Map.Entry; import ic2.core.ContainerBase; import ic2.core.block.invslot.InvSlot; @@ -103,7 +102,7 @@ public class CryogenicDistillerTileEntity extends BasicElectricMotorTileEntity i } public UniversalRecipeOutput getOutput() { - return CryogenicDistillerTileEntity.recipeManager.getOutputFor(this.getInput(), false, false); + return CryogenicDistillerTileEntity.recipeManager.getOutputFor(this.getInput()); } @Override -- cgit v1.2.3