Removed pointless code

This commit is contained in:
joshiejack 2014-01-19 02:04:35 +00:00
parent 43fda5138e
commit c14e5be86e

View file

@ -25,13 +25,11 @@ public class NEIAlchemyRecipeHandler extends TemplateRecipeHandler {
} }
ArrayList<BloodOrbs> orbs; ArrayList<BloodOrbs> orbs;
AlchemyRecipe recipe;
PositionedStack output; PositionedStack output;
List<PositionedStack> inputs; List<PositionedStack> inputs;
int lp; int lp;
public CachedAlchemyRecipe(AlchemyRecipe recipe) { public CachedAlchemyRecipe(AlchemyRecipe recipe) {
this.recipe = recipe;
List<PositionedStack> inputs = new ArrayList<PositionedStack>(); List<PositionedStack> inputs = new ArrayList<PositionedStack>();
ItemStack[] stacks = recipe.getRecipe(); ItemStack[] stacks = recipe.getRecipe();
if(stacks.length > 0) if(stacks.length > 0)
@ -124,11 +122,6 @@ public class NEIAlchemyRecipeHandler extends TemplateRecipeHandler {
public String getRecipeName() { public String getRecipeName() {
return "Alchemic Chemistry Set"; return "Alchemic Chemistry Set";
} }
@Override
public String getOverlayIdentifier() {
return "bmalchemy";
}
@Override @Override
public String getGuiTexture() { public String getGuiTexture() {