Cleanroom's JEI fork for 1.12.2 with optimizations and more features
Type
Mod
CurseForge Downloads
5,253,450
CurseForge ID
557549
Modrinth Downloads
82,384
Modrinth ID
2iXFLwYO
Last Updated
Sep 5, 2026
Description
[](https://www.curseforge.com/minecraft/mc-mods/had-enough-items) [](https://discord.gg/f2K4aSpG4F)
# HadEnoughItems (HEI)
[HadEnoughItems](https://discord.gg/f2K4aSpG4F) 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:
```groovy
repositories {
maven {
url 'https://maven.cleanroommc.com'
}
}
dependencies {
implementation 'mezz:jei:4.29.10'
}