All versions
4.32.0
Beta
Had Enough Items 4.32.0last week 523
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Client and server
Changes
- Fix wrong lang keys used for category prev/next (thanks to @WaitingIdly!)
- Fix race conditions with recipe wrappers casting to the wrong classes
- Fixes brittle rendering exception handling when it comes to items like Forestry's crates
- Optimizes AnvilRecipe storage, from upstream JEI (thanks to @jchung01!)
- Search recipe in both favourited and bookmarked recipes (thanks to @ZZZank!)
- Fixed cyclical bookmarked recipes straight up crashing the client
- Autocrafting Fixes
- Supports reusable items (items with container/durability)
- Stopped crafting items when they already exist in the crafting grid
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:2iXFLwYO:QnA1JVsz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2iXFLwYO:QnA1JVsz"
}

