-
Notifications
You must be signed in to change notification settings - Fork 314
Recipe Categories
mezz edited this page Oct 26, 2016
·
5 revisions
A recipe category defines everything that's common across entire categories of recipes.
The recipe categories add by plugins in JEI are Crafting
, Smelting
, Fuel
, Brewing
, and Description
.
See VanillaRecipeCraftingUid
for more information about these recipe categories.
- Define a category
- The category's UID
- Localized Title
- Background Image
- Set recipe layouts based on the given recipe wrapper.
- Fill out which ingredients are visible on the screen and their location.
- Draw extra elements and animations on the screen.
- Some categories may need to draw extra slots or other elements not drawn by the background.
See IRecipeCategory
.
- Setup
- Item Ingredients
- Essential Extras
- Advanced
List of Plugin Implementations
- Setup
- Item Ingredients
- Working with Recipes
- Other