HadEnoughItems (HEI)
HadEnoughItems is a Minecraft modification that allows viewing items and recipes. The main focus is on stability, performance optimization, and ease of use.
This mod provides the following capabilities:
- Viewing crafting ingredients and recipes
- Clean API for mod developers
- No dependencies on other mods except Forge
New features in HEI:
- Memory usage optimization
- Faster loading times
- Improved rendering performance
- Automatic item crafting
- Adding recipes to bookmarks and favorites
- Ability to change default fluid containers
- Filling containers with fluid through the ingredient menu
- Customizing bookmark display order
- Consideration of diacritical marks during search
- Disabling "Recipe By" tooltip in crafting menu
- Extended information in recipe tabs
- Improved recipe sorting in certain situations
- Clearer display of ingredient quantities
- Bookmark grouping
For Developers:
Add CleanroomMC's repository and dependency on HEI in maven:
repositories {
maven {
url 'https://maven.cleanroommc.com'
}
}
dependencies {
implementation 'mezz:jei:4.29.7'
}