diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-04-22 14:31:54 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-04-22 14:31:54 +0300 |
| commit | b67ac617dc9c5f43b911158a281c3c61ced5ea5a (patch) | |
| tree | 649b4553f8b2e673b0c4b12e470feb7e7628de8e /ihl/nei_integration/ElectrolysisBathRecipeHandler.java | |
| parent | aa42aedecd2d2842351088085e8fd9d69ec79565 (diff) | |
NEI titles translation
Diffstat (limited to 'ihl/nei_integration/ElectrolysisBathRecipeHandler.java')
| -rw-r--r-- | ihl/nei_integration/ElectrolysisBathRecipeHandler.java | 8 |
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()
{
|
