mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-23 07:38:34 +01:00
Fixed Coffee Pages getting added to the pages that have ItemStack data
This commit is contained in:
parent
d3d0178ef2
commit
1de1bc8b83
1 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
||||||
package ellpeck.actuallyadditions.booklet.page;
|
package ellpeck.actuallyadditions.booklet.page;
|
||||||
|
|
||||||
import ellpeck.actuallyadditions.booklet.GuiBooklet;
|
import ellpeck.actuallyadditions.booklet.GuiBooklet;
|
||||||
import ellpeck.actuallyadditions.booklet.InitBooklet;
|
|
||||||
import ellpeck.actuallyadditions.items.InitItems;
|
import ellpeck.actuallyadditions.items.InitItems;
|
||||||
import ellpeck.actuallyadditions.items.ItemCoffee;
|
import ellpeck.actuallyadditions.items.ItemCoffee;
|
||||||
import ellpeck.actuallyadditions.items.metalists.TheMiscItems;
|
import ellpeck.actuallyadditions.items.metalists.TheMiscItems;
|
||||||
|
@ -25,7 +24,6 @@ public class PageCoffeeRecipe extends BookletPage{
|
||||||
public PageCoffeeRecipe(int id, ItemCoffee.Ingredient ingredient){
|
public PageCoffeeRecipe(int id, ItemCoffee.Ingredient ingredient){
|
||||||
super(id);
|
super(id);
|
||||||
this.ingredient = ingredient;
|
this.ingredient = ingredient;
|
||||||
InitBooklet.pagesWithItemStackData.add(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue