
Had Enough Items
JEI fork on 1.12.2 with performance optimizations. Now with overhauled bookmarks and autocrafting!
77K загрузок18 подписчиковMITforge
Обновлён 13 мая 2026 г. · опубликован 15 сентября 2024 г.
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
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.29.10'
}
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 4.31.2 | Бета | 1.12.2 | forge | 13 мая 2026 г. | .jar (870 КБ) |
| 4.31.1 | Бета | 1.12.2 | forge | 28 апреля 2026 г. | .jar (868 КБ) |
| 4.31.0 | Бета | 1.12.2 | forge | 26 апреля 2026 г. | .jar (866 КБ) |
| 4.30.3 | Релиз | 1.12.2 | forge | 17 апреля 2026 г. | .jar (858 КБ) |
| 4.30.2 | Бета | 1.12.2 | forge | 9 апреля 2026 г. | .jar (854 КБ) |
| 4.30.1 | Бета | 1.12.2 | forge | 8 апреля 2026 г. | .jar (848 КБ) |
| 4.30.0 | Бета | 1.12.2 | forge | 7 апреля 2026 г. | .jar (847 КБ) |
| 4.29.15 | Релиз | 1.12.2 | forge | 24 января 2026 г. | .jar (766 КБ) |
| 4.29.14 | Релиз | 1.12.2 | forge | 28 декабря 2025 г. | .jar (766 КБ) |
| 4.29.13 | Релиз | 1.12.2 | forge | 16 декабря 2025 г. | .jar (765 КБ) |
| 4.29.12 | Релиз | 1.12.2 | forge | 1 декабря 2025 г. | .jar (765 КБ) |
| 4.29.11 | Релиз | 1.12.2 | forge | 19 ноября 2025 г. | .jar (765 КБ) |
| 4.29.10 | Релиз | 1.12.2 | forge | 18 ноября 2025 г. | .jar (765 КБ) |
| 4.29.9 | Релиз | 1.12.2 | forge | 2 ноября 2025 г. | .jar (766 КБ) |
| 4.29.8 | Релиз | 1.12.2 | forge | 2 октября 2025 г. | .jar (766 КБ) |
Показаны последние 15 из 32 версий. Все версии — на Modrinth.
Ченджлог
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!)
4.31.0Бета1.12.2 · 26 апреля 2026 г.
- Optimized performance regarding nodes of search trees
- Added the category's unique id to its tooltip when advanced tooltips is turned on (thanks @WaitingIdly!)
- Fixed regression regarding NBT differentiated ItemStacks in certain scenarios (thanks @Rsslone!)
- Updated Simplified Chinese lang files (thanks @ZHAY10086!)
- Allow SHIFT+Scroll Wheel to go to previous/next recipe categories (thanks @Goldenlion5648!)
- Implemented recipe searching & filtering (thanks @WaitingIdly!)
4.30.3Релиз1.12.2 · 17 апреля 2026 г.
- Kept bookmarked collapsible groups persistent when searching
- Fixed rendering issues on collapsed group (thanks @Rsslone!)
- Made collapsible groups colourable (thanks @WaitingIdly!)
- Added keybinds for switching recipe categories (thanks @WaitingIdly!)
- Fixed info recipe ingredients (thanks @WaitingIdly!)
- Fixed collapsible group's orderings and explicit searching (thanks @Rsslone!)
- Fixed recipe category headers regression (thanks @WaitingIdly!)
4.30.2Бета1.12.2 · 9 апреля 2026 г.
- Fixed collapsible group special tooltips not rendering when it is a bookmark
- Fixed "toggle groups" not working as expected
- Differentiate between default and modded collapsible groups
- Rollback on caching baked models, erroneously pushed upstream
- Fixed collapsible groups related keybinds not working when enacted in the bookmark panel
- Fixed collapsible groups not being saved and loaded in correctly as a bookmark
- Fixed under/overdraw of bookmark borders (Thanks @Rsslone!)
- Fixed lang key not being translated (Thanks @Rsslone!)
4.30.1Бета1.12.2 · 8 апреля 2026 г.
- Fixed wildcard selection when editing collapsible groups
- Update Simplified Chinese localization (thanks to @ZHAY10086!)
4.30.0Бета1.12.2 · 7 апреля 2026 г.
- Collapsible Groups (thanks to @Rsslone!)
- MODDERS BEWARE! API may change before bumping from beta => release!
- Default collapsible groups are:
- Enchanted Books
- Potions
- Splash Potions
- Lingering Potions
- Tipped Arrows
- Spawn Eggs
RecipeUtilfor developers that want to quick-search recipes (client-side)- Updated Chinese (zh_CN) translations (thanks to @ZHAY10086!)
- Fixed infinite loop in certain cases when trying to paginate the bookmark panel (thanks to @Circulate233 and @Monniasza!)
- Add ability to re-order bookmark groups (thanks to @kacperoo29!)
- Add hotkey to add recipes to bookmarks (thanks to @kacperoo29!)
4.29.15Релиз1.12.2 · 24 января 2026 г.
- Fixed overlay toggle working when text fields are in focus (such as chat), #164
- Only remove deprecated search category entries when config version is older than 0.3.0
- Fixed slowed reloading due to search category always being modified, #167
- Fixed broken autocrafting on servers by running item tracker on the server-side, #166
- Optimized payload for the autocrafting network packet
Полная история изменений — на Modrinth.
Комментарии
Загружаем…