Перейти к содержимому
Mineforgian

Had Enough Items

JEI fork on 1.12.2 with performance optimizations. Now with overhauled bookmarks and autocrafting!

Загрузки
90K
Подписчики
20
Обновлён
14 августа 2026 г.
Лицензия
MIT

Опубликован 15 сентября 2024 г.

Discord

HadEnoughItems (HEI)

HadEnoughItems is an Item and Recipe viewing mod for Minecraft with a focus on stability, performance, and ease of use.

This means (same as JEI of course):

  • Just ingredients and recipes
  • Clean API for developers
  • Not a coremod – no dependencies other than Forge.

New features in HEI:

  • Memory optimizations
  • Load time optimizations
  • Render optimizations
  • Autocrafting
  • Bookmark and Favoriting of Recipes
  • Able to change default fluid containers for when you pick up fluids from the ingredient menu
  • Able to fill fluid containers by clicking on fluids in the ingredient menu
  • Able to order bookmarks differently
  • Consider diacritics when searching
  • Removable "Recipe By" tooltip in recipe menu
  • More information available in recipe tabs
  • Better ordering of recipes in certain contexts
  • Better rendering of ingredient amounts to improve clarity
  • Bookmark Groups
  • Collapsible Groups

Keybinds

All keys below are rebindable under Options => Controls => Had Enough Items (HEI). They only apply while a GUI is open.

Bookmarks and Groups

Point at an ingredient or a recipe and press one of these. Whether you bookmark an ingredient or a recipe is decided by what is under the cursor, not by which key you press — the same key does both.

Key Purpose
A Bookmarks the hovered ingredient or recipe to the end of the current bookmark group.
Shift + A Bookmarks the hovered ingredient or recipe to the start of the current bookmark group.
Ctrl + A Bookmarks the hovered ingredient into a new group of its own, at the end.
Ctrl + Shift + A Bookmarks the hovered ingredient into a new group of its own, at the start.

Pressing any of these keys on something that is already bookmarked, removes it. Bookmarking an ingredient you already have bookmarked elsewhere moves it to whichever end you asked for rather than adding a second copy. Recipes always get a group of their own, so Ctrl makes no difference to them.

The bookmark overlay opens by itself the first time you bookmark something, and closes when you remove the last one.

Bookmark Groups

Point anywhere along a group's rows for these:

Key What it does
Shift + Up Moves the group up one place.
Shift + Down Moves the group down one place.
Shift + C Autocrafts a recipe group. Requires autocrafting to be enabled in the config.
Ctrl + Left Click Drags the whole group rather than a single bookmark, which is how you move bookmarks between groups.
Ctrl + Scroll Cycles the amount of the final output of a recipe chain.
A on the group's coloured tab Deletes the whole group. No confirmation, no undo. Restricted to the narrow tab on the left so it can't be hit while aiming at a bookmark.

Hold Alt while hovering a group to list its actions in the tooltip.

Other

Ctrl + O shows and hides HEI. Show/Hide Bookmarked Ingredients toggles just the bookmark overlay and has no key assigned by default.

For Devs:

Add CleanroomMC's repository and depend on HEI's maven entry:

repositories {
    maven {
        url 'https://maven.cleanroommc.com'
    }
}

dependencies {
    implementation 'mezz:jei:4.34.3'
}

Ченджлог

4.34.3Релиз1.12.2 · 14 августа 2026 г.

Fixed

  • Compatibility with More Overlays
  • Autocrafting sometimes crashing when creating recipe layout

Changed

  • Play animation for every item in a recipe bookmark when it is added
4.34.2Релиз1.12.2 · 14 августа 2026 г.

Fixed

  • Crashes when recipes wrappers that have outputs as inputs are being favourited
  • Null ingredients being compared when it should short-circuit
4.34.1Релиз1.12.2 · 8 августа 2026 г.

Fixed

  • IIngredientBlacklist modification rebuilding the ingredient filter on every call
  • Resource Hogs issue, disables asyncSearchTreeBuilding
4.34.0Релиз1.12.2 · 4 августа 2026 г.

Added

  • New API to allow ghost ingredient handler targets to be aware of the mouse's current position
  • holdToDragGhostIngredients configuration to allow actual dragging of ingredients, defaulted off
  • Positional insertion when dragging ingredients into bookmark groups

Fixed

  • Issues with ingredients not being able to be dragged to the bookmark grid
  • Issues with dragging from the bookmark panel
  • Atlas bleed shown in certain cases when arrows are being drawn
4.33.0Релиз1.12.2 · 4 августа 2026 г.

Added

  • Better keybind selection for adding bookmarks
  • Allow mods to expose a slot's ingredient type through providers (thanks @romanfedyniak!)
  • New search index system, powered by mezz's new library
  • Search index replacement API
  • Animation when adding bookmark ingredients
  • Ability to disable categories through config

Fixed

  • Dedicated servers not able to run when autocrafting
  • HEI keybinds were being activated when the text field was focused
  • Collapsible groups affecting previous/next buttons, making them act weird
  • Previous/next buttons now abide hideOnSinglePage, enabled only when there are adjacent pages (thanks @default-dx!)
  • Allow previous/next page buttons to wrap on navigating when it isn't 1/1
  • Avoid consuming scroll event if mouse is in exclusion area (thanks @ZZZank!)
  • Token related issues
  • Blacklisting issues when they are added/removed at runtime

Changed

  • Rewritten autocrafting and bookmarking
  • Initialize the bookmark menu only when there are bookmarks present
  • Move to the most logical page when adding/removing bookmarks
  • Improve navigation layout around GUI exclusion areas (thanks @Circulate233!)
4.32.0Бета1.12.2 · 10 июля 2026 г.
  • Fix wrong lang keys used for category prev/next (thanks to @WaitingIdly!)
  • Fix race conditions with recipe wrappers casting to the wrong classes
  • Fixes brittle rendering exception handling when it comes to items like Forestry's crates
  • Optimizes AnvilRecipe storage, from upstream JEI (thanks to @jchung01!)
  • Search recipe in both favourited and bookmarked recipes (thanks to @ZZZank!)
  • Fixed cyclical bookmarked recipes straight up crashing the client
  • Autocrafting Fixes
    • Supports reusable items (items with container/durability)
    • Stopped crafting items when they already exist in the crafting grid
4.31.2Бета1.12.2 · 13 мая 2026 г.
  • Fixed enable mode for search filters, regression from an earlier HEI version (thanks @Goldenlion5648!)
  • Fixed erroneous upload in 4.31.1 that introduced a performance anomaly
4.31.1Бета1.12.2 · 28 апреля 2026 г.
  • Utilize cached ingredients for faster and more optimized recipe searching. NOTE: This may make some ingredients unsearchable, as the ingredient has to exist in the ingredient (right-hand-side panel)
  • Allow recipes to be searched on a different thread, for the GUI not to freeze during typing
  • Ungrab search on update (thanks @Goldenlion5648 + @WaitingIdly!)

Комментарии

Загружаем…