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() {