Skip to content
Retour au Blog
JustEnoughItems mod interface showing recipe lookup and item search in Minecraft

JustEnoughItems: The Recipe Lookup Mod Every Modded Player Needs

ice
ice
@ice
Updated
52 vues
TL;DR:JustEnoughItems is a lightweight recipe and item viewing mod for modded Minecraft. It helps players quickly find crafting recipes without leaving the game. Essential for anyone playing large modpacks with hundreds of items.

"Item and Recipe viewing mod for Minecraft"

mezz/JustEnoughItems · github.com
⭐ 983 stars💻 Java📜 MIT

Ever gotten stuck in a heavily modded Minecraft world, staring at thousands of items with no clue how to craft them? JustEnoughItems solves that. It's a lightweight mod that turns your inventory chaos into organized, searchable recipe lookups directly in-game.

What This Project Does

JustEnoughItems (JEI) is a recipe and item viewing mod built with one mission: show you how to craft anything without leaving the game. Open up any crafting interface, press a hotkey, and you're looking at a side panel displaying every recipe. Every variant. Every way to make that one tool you desperately need.

It's available for both NeoForge and Fabric, supports recent versions of Minecraft, and the whole thing is written in Java under an MIT license. Nearly 1,000 GitHub stars speak to how useful the community finds it.


Why You'd Use It

Picture this: you've installed a modpack with 200+ mods. You find some weird ore in the world. You've no idea what it's for. Without JEI, you're digging through wikis, watching YouTube videos, or asking in Discord. With JEI? Mouse over it and see every possible recipe instantly.

Kitchen sink modpacks are where this really shines. When you've got Tech Reborn, Create, Thermal Foundation, and five other mod suites all competing for attention, JEI becomes your sanity checkpoint. First-time players in your world won't be hopelessly lost anymore.

It saves you hours of guessing. Find an interesting item? Check JEI. See if it's worth keeping or if you can transform it into something better. That workflow speeds up progression dramatically, especially early game when you're juggling dozens of new items simultaneously.


How to Install

Installation depends on which mod loader you're using. Real talk, the good news is JEI is dead simple either way.

For NeoForge:

code
# Download JEI 26.1.2 for NeoForge from CurseForge
# Drop the JAR file into your.minecraft/mods folder
# Launch Minecraft and it loads automatically

For Fabric:

code
# Download JEI 26.1.2 for Fabric from CurseForge
# Ensure Fabric API is already installed in your mods folder
# Drop the JEI JAR file into.minecraft/mods
# Launch Minecraft

That's genuinely it. No config files to wrestle with, no dependencies beyond your mod loader, no coremods. Load the game and press J to open the recipe guide (you can rebind this in settings if you want something else).


Key Features and How They Work

Bidirectional Recipe Lookup

Click an item in JEI and it shows you how to make it. Click the same item again and it flips to show you what other recipes use that as an ingredient. Need iron ingots? See every single way to get them across all installed mods. But this dual-direction system is absurdly useful once you realize how much time it saves you.

Real-Time Search Across All Items

Type a partial item name and JEI filters results instantly. Looking for any type of wood? Type \"wood\" and get them all. Can't remember if that modded ore starts with \"tin\" or \"copper\"? Just guess - JEI's smart enough to find it. When you're working with 500+ unique items across multiple mods, this feature alone justifies having the mod installed.

Per-Mod Recipe Filtering

Some mods you want to see recipes for. Others? Not so much. You can hide entire mods from the recipe view, which is great for challenge runs where you're limiting crafting methods to specific mod suites. Want to exclude Create's engineering recipes and use only vanilla and one tech mod? Done in two clicks.

Bookmark System for Frequent Recipes

Find a recipe you'll need repeatedly? Bookmark it. Your bookmarks display at the top of the list, saving you from repeated searches on recipes you use constantly. This is a small feature but surprisingly practical when you're actively building something.

Integration with Item Organization Tools

JEI works best alongside other organizational systems. Check out minecraft.how's block search tool to identify materials you're working with, then flip back to JEI to find the crafting path. You can also use the text generator to label storage containers and plan your base layout while working through complex mod systems.


Tips and Common Gotchas

Here's what actually trips people up when they start using JEI:

Some modded crafting stations need configuration. If you're looking at a modded workbench or machine, make sure that mod is configured to send its recipes to JEI. Most do this automatically out of the box, but a few older mods need tweaking in their config files.

JEI is view-only by default. It shows you the recipe but doesn't auto-craft items for you. You still need to move to an actual crafting table and manually create items. Some mod integrations allow dragging recipes directly to certain crafting grids, but that varies by mod. Don't expect instant crafting.

Search works best with complete item names. The search is case-insensitive and quite forgiving, but being specific helps. Searching \"dye\" when you really want \"orange dye\" gives you everything. Usually fine, but knowing the full item name narrows results faster.

One more practical tip: if JEI feels sluggish in massive modpacks, disable mods you don't care about recipes for. It noticeably improves responsiveness.


Alternatives Worth Knowing About

Not every player uses JEI, though most modded players do eventually.

NEI (Not Enough Items) is the original and still exists. It does mostly the same job but isn't actively maintained. You'll find it on older modpacks, and it still works fine if you need it, but JEI has become the community standard for good reason.

WAILA-based mods like \"What Am I Looking At\" show you information about blocks you're pointing at, but they're less focused on recipes and more on general block data. Different tool for a different purpose.

For the vast majority of people playing modded Minecraft? JEI is the default choice. The community uses it, modpacks include it, and it just works.

Visit mezz/JustEnoughItems on GitHub ↗

Frequently Asked Questions

Is JustEnoughItems free?
Yes, JustEnoughItems is completely free and open source under the MIT license. You can download it from CurseForge or the GitHub repository without any cost, ads, or paywalls. The project is community-maintained and actively used by thousands of players.
Which Minecraft versions does JustEnoughItems support?
JustEnoughItems supports recent versions of Minecraft across both NeoForge and Fabric mod loaders. The latest version is 26.1.2. Check the official CurseForge page for the specific Minecraft version compatible with your mod loader, as versions vary between NeoForge and Fabric.
Does JustEnoughItems auto-craft items for me?
No, JustEnoughItems is a viewing and reference tool only. It shows you recipes and guides you through crafting systems, but doesn't automatically create items. You must manually move to crafting tables and make items yourself. Some mod integrations allow dragging recipes to certain crafting interfaces.
What's the difference between JustEnoughItems and NEI?
JustEnoughItems (JEI) is the modern successor to NEI. JEI is significantly lighter, faster, and actively maintained with regular updates. NEI is older but still works on legacy modpacks. Most players prefer JEI for its superior performance and cleaner user interface.
Can I search for items in JustEnoughItems?
Yes, JustEnoughItems has a powerful real-time search function. Type partial item names, material types, or mod names to instantly filter thousands of items. The search is case-insensitive and works across all your installed mods. You can also filter by specific mods using toggle buttons.