Just Enough Freezes
No reviews yet
JEF is a optimization mod that reduces startup freezes and recipe lookup lag & crashes.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
JEF is a genuine client-side optimization mod designed to improve performance and reduce loading times for Just Enough Items (JEI).
In large modpacks, JEI can cause significant startup stalls when joining a world, as well as severe frame drops or memory exhaustion when looking up recipes with thousands of entries. This mod aims to solve these performance bottlenecks through multi-threading and very lazy rendering.
Features:
1. Parallel Search Index Building
What it does: Moves the generation of JEI’s search indexes (such as item names, tags, and mod IDs) off the main game thread and distributes the work across background worker threads.
How it helps: Reduces the duration of the loading when first joining a world, letting you get into the game faster.
2. Multi-threaded Tooltip Scanning
What it does: Scans and extracts item tooltips on background worker threads during JEI initialization. To do this safely, it swaps JEI’s internal crash-tracking lists with concurrent, thread-safe alternatives. If an item's tooltip code encounters a mod-related error during background scanning, the error is isolated to that specific item instead of crashing the game.
How it helps: Resolves the slow loading times often caused by mods with heavy or complex tooltip calculations (such as magic or RPG gear mods).
Note: This feature can be toggled off in the configuration if you run into compatibility issues with other mods. (WHICH is rare)
3. Batched Ingredient Filtering
What it does: Instead of adding items to JEI’s main filter list one-by-one, which triggers repetitive, sequential processing. This feature batches ingredient registration into a single bulk operation.
How it helps: Eliminates initialization overhead and provides the necessary bulk data structure for the parallel search builders to run.
4. Lazy Recipe Layouts
What it does: When you look up an item with a massive number of recipes or uses, JEI normally attempts to build the user interface widgets for every single recipe upfront. FastJEI doesn't let it do this. It makes it so you see the layouts for the page you are actively viewing.
How it helps: Helps prevent severe long freezes or Out of Memory crashes when interacting with extremely large recipe categories (like the arcane anvil from irons spellbooks).
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources