How to Get Create Mod Items to Appear in JEI
The Create mod adds a ton of moving contraptions, but when its items vanish from Just Enough Items (JEI), it feels like a puzzle with missing pieces. Below is a practical walk‑through that uncovers why this happens and, more importantly, how to bring those items back into view.
Common Reasons for Missing Items
- Out‑of‑date mods: A newer version of JEI may not recognize older Create data files.
- Conflicting mods: Certain automation or utility mods overwrite Create’s registry entries.
- Improper installation: Accidentally placing the Create jar in the wrong folder can break its integration.
Step‑by‑Step Fix
1. Verify Version Compatibility
First, open your mods folder and note the version numbers of both JEI and Create. The safest bet is to run the latest stable releases of each. If you’re using a snapshot of one, consider rolling back to the most recent stable build.
2. Refresh the JEI Data
Sometimes JEI just needs a nudge. In‑game, press F3+T to reload resource packs and data packs. This often forces JEI to re‑scan the mod’s item registry.
3. Check for Registry Conflicts
Launch Minecraft with the --debug flag (or enable the debug screen) and look for any warnings that mention “duplicate registration” or “failed to register”. If you see Create items listed alongside another mod’s names, that’s the culprit.
4. Re‑order the Mod Load List
Some launchers let you change the loading order. Move JEI above Create, save, and restart. The higher position ensures JEI reads Create’s items before any other mod potentially overwrites them.
5. Delete JEI Cache Files
JEI stores a cache in the config/jei directory. Deleting jei_items.json (or the whole folder) forces a fresh rebuild. After launching the game, give it a minute – JEI will repopulate the list automatically.
6. Disable Problematic Mods Temporarily
If the issue persists, try disabling mods one at a time. Start with any that also add new items or alter recipes. When the Create items reappear, you’ve identified the conflicting mod.
Additional Tips for a Smooth Experience
- Keep a backup of your
modsfolder before making changes; a quick restore can save headaches. - Use the official Create page and JEI’s forum thread for the latest compatibility notes.
- Consider using a profile manager that isolates mod sets – this way you can test updates without risking your main world.
When All Else Fails: Reinstall Both Mods
Remove the .jar files for Create and JEI, clear the JEI cache, then reinstall them fresh. It sounds blunt, but a clean slate often sidesteps hidden corruption that stubborn updates leave behind.
Quick Checklist
- ✅ Both mods updated to latest stable versions
- ✅ JEI data refreshed (F3+T)
- ✅ No duplicate registration warnings
- ✅ JEI loaded before Create
- ✅ Cache cleared
- ✅ Conflicting mods disabled or reordered
If you’ve ticked every box and the items still hide, it may be a bug that the mod developers need to address. In that case, filing a concise crash report with logs attached will help them track down the root cause.