From c14e5be86e1fb9c272f106ac2e1960de31707c86 Mon Sep 17 00:00:00 2001 From: joshiejack Date: Sun, 19 Jan 2014 02:04:35 +0000 Subject: [PATCH] Removed pointless code --- .../alchemicalWizardy/nei/NEIAlchemyRecipeHandler.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/BM_src/joshie/alchemicalWizardy/nei/NEIAlchemyRecipeHandler.java b/BM_src/joshie/alchemicalWizardy/nei/NEIAlchemyRecipeHandler.java index bc842f48..b0d65bfa 100644 --- a/BM_src/joshie/alchemicalWizardy/nei/NEIAlchemyRecipeHandler.java +++ b/BM_src/joshie/alchemicalWizardy/nei/NEIAlchemyRecipeHandler.java @@ -25,13 +25,11 @@ public class NEIAlchemyRecipeHandler extends TemplateRecipeHandler { } ArrayList orbs; - AlchemyRecipe recipe; PositionedStack output; List inputs; int lp; public CachedAlchemyRecipe(AlchemyRecipe recipe) { - this.recipe = recipe; List inputs = new ArrayList(); ItemStack[] stacks = recipe.getRecipe(); if(stacks.length > 0) @@ -124,11 +122,6 @@ public class NEIAlchemyRecipeHandler extends TemplateRecipeHandler { public String getRecipeName() { return "Alchemic Chemistry Set"; } - - @Override - public String getOverlayIdentifier() { - return "bmalchemy"; - } @Override public String getGuiTexture() {