summaryrefslogtreecommitdiff
path: root/ihl/nei_integration/ElectrolysisBathRecipeHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/nei_integration/ElectrolysisBathRecipeHandler.java')
-rw-r--r--ihl/nei_integration/ElectrolysisBathRecipeHandler.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/ihl/nei_integration/ElectrolysisBathRecipeHandler.java b/ihl/nei_integration/ElectrolysisBathRecipeHandler.java
index ff07163..381c141 100644
--- a/ihl/nei_integration/ElectrolysisBathRecipeHandler.java
+++ b/ihl/nei_integration/ElectrolysisBathRecipeHandler.java
@@ -8,6 +8,7 @@ import ihl.processing.chemistry.ElectrolysisBathTileEntity;
import ihl.recipes.UniversalRecipeInput;
import ihl.recipes.UniversalRecipeOutput;
import net.minecraft.client.gui.inventory.GuiContainer;
+import net.minecraft.util.StatCollector;
public class ElectrolysisBathRecipeHandler extends MachineRecipeHandler
@@ -42,13 +43,6 @@ public class ElectrolysisBathRecipeHandler extends MachineRecipeHandler
return new int[]{52-11,51-11,15-11};
}
-
- @Override
- public String getRecipeName()
- {
- return "Electrolysis bath";
- }
-
@Override
public String getRecipeId()
{