jei_mini-1.8.jar
Curse Maven Snippet
What's new
2026-06-07–08 – Major Feature Update
- Added a
Usesmode, toggled withU. - Added support for all recipe variants with
<,>, and a1 / Ncounter. - Added furnace, blasting, smoking, campfire, stonecutter, and smithing recipe support.
- Cooking recipes now display duration, XP, and the required workstation.
- Ingredients are marked green or red depending on availability.
- Tooltips display
Have X / Need Y. - Alternative ingredients prefer the item with the highest inventory count.
- Added a Crafting Planner with
- / +, target quantities, andShift + 16controls. - The planner recursively breaks recipes down into base materials.
- Existing intermediate ingredients and recipe output counts are considered.
- Added protection against cyclic or excessively deep recipes.
- Added search operators:
@mod,#tag, $tooltip, and-exclude. - Added recipe navigation history with
BackandForward. - Clicking a recipe ingredient or result opens that item’s recipe.
- Added an
Infomode, toggled withI. Infodisplays the item ID, mod, stack size, rarity, durability, food data, and tags.- Later added mining speed, damage per block, tool rules, fuel burn time, and attributes.
- Favorites are now saved in the configuration.
- Added drag-and-drop reordering for Favorites.
- Added
General,Building, andRedstoneFavorites groups. - The active group and its items persist after restarting the game.
- Added search history:
Entersaves a query, while↑/↓browses previous queries. - Up to 20 searches are stored.
- Added search operator help tooltips.
- Moved search logic into a separate [ItemSearchEngine.java (line 14)](C:/Users/laurynas/curseforge/minecraft/Instances/TEST MOD/mods/jei_mini/src/main/java/lt/laurynas/jei_mini/client/ItemSearchEngine.java:14) class.
- The final build in this series was
minimod-jei1.5.4.203.jar.
2026-08-04 – Performance Optimization
- Recipes are no longer scanned every frame; a recipe index is now used.
- The
Usesindex is created only when that mode is opened for the first time. - The planner recalculates only when the recipe, target quantity, or inventory changes.
- Inventory item counts are collected once per frame.
- Search queries are compiled once, and item search documents are cached.
- Expensive tooltip data is read only when the
$operator is used. - GUI theme fields are no longer updated through reflection multiple times per frame.
- Updated the main [InventoryOverlay.java (line 1577)](C:/Users/laurynas/curseforge/minecraft/Instances/TEST MOD/mods/jei_mini/src/main/java/lt/laurynas/jei_mini/client/InventoryOverlay.java:1577) class.
- The complete Java 21 build finished successfully.
Current optimized file: [jei_mini-1.8.jar](C:/Users/laurynas/curseforge/minecraft/Instances/TEST MOD/mods/jei_mini-1.8.jar).
This mod has no additional files

