Removed pointless code
This commit is contained in:
parent
43fda5138e
commit
c14e5be86e
|
@ -25,13 +25,11 @@ public class NEIAlchemyRecipeHandler extends TemplateRecipeHandler {
|
|||
}
|
||||
|
||||
ArrayList<BloodOrbs> orbs;
|
||||
AlchemyRecipe recipe;
|
||||
PositionedStack output;
|
||||
List<PositionedStack> inputs;
|
||||
int lp;
|
||||
|
||||
public CachedAlchemyRecipe(AlchemyRecipe recipe) {
|
||||
this.recipe = recipe;
|
||||
List<PositionedStack> inputs = new ArrayList<PositionedStack>();
|
||||
ItemStack[] stacks = recipe.getRecipe();
|
||||
if(stacks.length > 0)
|
||||
|
@ -125,11 +123,6 @@ public class NEIAlchemyRecipeHandler extends TemplateRecipeHandler {
|
|||
return "Alchemic Chemistry Set";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getOverlayIdentifier() {
|
||||
return "bmalchemy";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getGuiTexture() {
|
||||
return new ResourceLocation("alchemicalwizardry", "gui/nei/alchemy.png").toString();
|
||||
|
|
Loading…
Reference in a new issue