Skip to content
mezz edited this page Oct 26, 2016 · 23 revisions

Welcome to the JEI developer wiki!

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.

Basic Terms

Ingredient

  • An ingredient is pretty much anything, but most commonly an ItemStack or FluidStack.

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".
Clone this wiki locally