Item Ingredients Page
Displays a breakdown of the ingredients needed to craft an item.
Magic numbers: 27 -> 27 "i" in sub-page, which means input items/fluid 9 -> 9 "o" in sub-page, which means intermediates
Author
balugaq
Properties
Link copied to clipboard
The list of buttons to be displayed on this page.
Link copied to clipboard
Supplies the buttons to be displayed on this page.
Link copied to clipboard
Link copied to clipboard
The item representing this page. This will be used in any io.github.pylonmc.pylon.core.guide.button.PageButtons that point to this page.
Link copied to clipboard
Link copied to clipboard
The material representing this page. Used for PageButtons that point to this page.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Display amount in the input/intermediate stacks
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSubPage(player: Player, stack: ItemStack, calculation: IngredientCalculation, page: Int, maxPage: Int): @NotNull PagedGui<@NotNull Gui>
Link copied to clipboard
Link copied to clipboard