-
Notifications
You must be signed in to change notification settings - Fork 314
Adding Items
mezz edited this page Oct 26, 2016
·
3 revisions
JEI automatically adds items from the following sources:
- Creative Tabs
- Item Registry
- Block Registry (using
Item.getItemFromBlock(block)
)
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.
See the section on Hiding Items.
See ItemStackListFactory
for the implementation.
- Setup
- Item Ingredients
- Essential Extras
- Advanced
List of Plugin Implementations
- Setup
- Item Ingredients
- Working with Recipes
- Other