promotional bannermobile promotional banner

MINIMOD-JEI

MOD Inspired By JEI, some new features but idea is same to show crafting table
Back to Files

jei_mini-1.8.jar

File namejei_mini-1.8.jar
Uploader
RankenaRankena
Uploaded
Aug 4, 2026
Downloads
93
Size
185.5 KB
Mod Loaders
Forge
File ID
8576106
Type
R
Release
Supported game versions
  • 1.21.11

Curse Maven Snippet

Forge

implementation "curse.maven:minimod-jei-1464352:8576106"

Learn more about Curse Maven

What's new

2026-06-07–08 – Major Feature Update

  • Added a Uses mode, toggled with U.
  • Added support for all recipe variants with <, >, and a 1 / N counter.
  • 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, and Shift + 16 controls.
  • 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 Back and Forward.
  • Clicking a recipe ingredient or result opens that item’s recipe.
  • Added an Info mode, toggled with I.
  • Info displays 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, and Redstone Favorites groups.
  • The active group and its items persist after restarting the game.
  • Added search history: Enter saves 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 Uses index 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