Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CleanroomMC/HadEnoughItems

Open more actions menu

Repository files navigation

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

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.13'
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.