diff options
Diffstat (limited to 'ihl/nei_integration/LeadOvenRecipeHandler.java')
| -rw-r--r-- | ihl/nei_integration/LeadOvenRecipeHandler.java | 6 |
1 files changed, 1 insertions, 5 deletions
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
@@ -56,11 +57,6 @@ public class LeadOvenRecipeHandler extends MachineRecipeHandler { }
@Override
- public String getRecipeName() {
- return "Chemical oven";
- }
-
- @Override
public String getRecipeId() {
return "ihl.leadOven";
}
|
