-
Notifications
You must be signed in to change notification settings - Fork 306
Home
mezz edited this page Oct 26, 2016
·
23 revisions
This wiki aims to answer any questions you may have about integrating your mod with JEI.
To begin your project, see the Getting Started section.
Once you've done that, Create your plugin and take a look to the sidebar to learn more.
Ingredient
- An ingredient is pretty much anything, but most commonly an
ItemStack
orFluidStack
.
Recipe
- A recipe defines a process or relationship between ingredients or information.
- Examples:
- 9 Coal in a Crafting Table creates a Coal Block.
- 1 Scoop has a Description "Used to catch bees".
- Setup
- Item Ingredients
- Essential Extras
- Advanced
List of Plugin Implementations
- Setup
- Item Ingredients
- Working with Recipes
- Other