Just Enough Freezes

Quick rating

Just Enough Freezes

No reviews yet

JEF is a optimization mod that reduces startup freezes and recipe lookup lag & crashes.

QoL & Tweaks
Performance & Optimization
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
jef-1.2.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Patreon

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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~8,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works