-
Notifications
You must be signed in to change notification settings - Fork 305
Home
hammy3502 edited this page Apr 11, 2021
·
23 revisions
This wiki aims to give a high-level view of JEI and what it takes to create integration for your mod. The wiki itself is divided into two sections, the 1.12 section for integrating with JEI in Minecraft 1.12.x, and the 1.13 and Up section for integrating with JEI for Minecraft versions 1.13.x-1.16.x. Reference this wiki for overall direction, and use the JavaDocs in the API for details.
- To begin your project, see the Getting Started 1.12/Getting Started 1.13 and Up section.
- Once you've done that, create your plugin 1.12/create your plugin 1.13 and up and take a look to the sidebar to learn more.
- Setup
- Item Ingredients
- Essential Extras
- Advanced
List of Plugin Implementations
- Setup
- Item Ingredients
- Working with Recipes
- Other