Skip to content

Recipe Category Crafting Items

Maowcraft edited this page Jun 10, 2019 · 3 revisions

Recipe What?

Recipe Category Crafting Items are items that are used for crafting things from a specific Recipe Category.

Examples include the:

JEI shows these items at the top of their category. This helps players find the items they need in order to craft a category of recipes. They can click the item directly to see its recipe.

Implementation

After you create a plugin, you are passed the IModRegistry in your plugin's register method.
From there, add your recipe category crafting item with modRegistry.addRecipeCategoryCraftingItem.

Warning: As of JEI 4.5.0, modRegistry.addRecipeCategoryCraftingItem is now deprecated and has been replaced by modRegistry.addRecipeCatalyst.