Fixed Coffee Pages getting added to the pages that have ItemStack data

This commit is contained in:
Ellpeck 2015-10-02 14:46:13 +02:00
parent d3d0178ef2
commit 1de1bc8b83

View file

@ -11,7 +11,6 @@
package ellpeck.actuallyadditions.booklet.page;
import ellpeck.actuallyadditions.booklet.GuiBooklet;
import ellpeck.actuallyadditions.booklet.InitBooklet;
import ellpeck.actuallyadditions.items.InitItems;
import ellpeck.actuallyadditions.items.ItemCoffee;
import ellpeck.actuallyadditions.items.metalists.TheMiscItems;
@ -25,7 +24,6 @@ public class PageCoffeeRecipe extends BookletPage{
public PageCoffeeRecipe(int id, ItemCoffee.Ingredient ingredient){
super(id);
this.ingredient = ingredient;
InitBooklet.pagesWithItemStackData.add(this);
}
@Override