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/LeadOvenRecipeHandler.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ihl/nei_integration/LeadOvenRecipeHandler.java') diff --git a/ihl/nei_integration/LeadOvenRecipeHandler.java b/ihl/nei_integration/LeadOvenRecipeHandler.java index 5c376fd..98861a2 100644 --- a/ihl/nei_integration/LeadOvenRecipeHandler.java +++ b/ihl/nei_integration/LeadOvenRecipeHandler.java @@ -8,6 +8,7 @@ import ihl.processing.chemistry.LeadOvenTileEntity; import ihl.recipes.UniversalRecipeInput; import ihl.recipes.UniversalRecipeOutput; import net.minecraft.client.gui.inventory.GuiContainer; +import net.minecraft.util.StatCollector; public class LeadOvenRecipeHandler extends MachineRecipeHandler { @Override @@ -55,11 +56,6 @@ public class LeadOvenRecipeHandler extends MachineRecipeHandler { return new int[] { 17 - 11 }; } - @Override - public String getRecipeName() { - return "Chemical oven"; - } - @Override public String getRecipeId() { return "ihl.leadOven"; -- cgit v1.2.3