Compatibility
Minecraft: Java Edition
1.12.2
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
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.7'
}