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

Overview

JEI automatically adds items from the following sources:

  1. Creative Tabs
  2. Item Registry
  3. Block Registry (using Item.getItemFromBlock(block))

Adding Items

If you want to add items to JEI, make sure they are registered correctly.

If a subtype of your item is missing, make sure it is in your mod's creative tabs.

If an item is in your creative tabs but not JEI, it probably thinks the item is a duplicate of a similar item.
To resolve this issue see the section on Item Subtypes.

Removing Items

See the section on Hiding Items.

Details

See ItemStackListFactory for the implementation.

Clone this wiki locally