From b67ac617dc9c5f43b911158a281c3c61ced5ea5a Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 22 Apr 2017 14:31:54 +0300 Subject: NEI titles translation --- ihl/nei_integration/ElectrolysisBathRecipeHandler.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ihl/nei_integration/ElectrolysisBathRecipeHandler.java') 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() { -- cgit v1.2.3