Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 12 hours ago
All versions
19.50.0.414
Beta
19.50.0.414 for NeoForge 1.21.12 days ago 29.8K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
- Fix tooltip search in headless environments - mezz
- Support #4442 Make recipe slot display overrides authoritative - mezz
- Close #4440 Pass TooltipContext and Player to IIngredientRenderer#getTooltip - mezz
- Close #4238 Add context-aware ingredient visibility - mezz
- Add config toggle to disable recipe sync warning messages (#4428) - MakerYuichi
- Update jarcompatibilitychecker to 0.1.19 - mezz
- Improve recipe slot ingredient tooltips - mezz
- Reject unobtainable flowing fluid ingredients - mezz
- use jenkins-release-notifier for discord notifications - mezz
- Move recipe slot badges above stack counts - mezz
- Speed up Jenkins Gradle stages - mezz
- Fix #4415 Harden anvil recipes against linkage errors - mezz
- Preserve Jenkins release comments across failures - mezz
- Fix #4431 Empty fluid ingredient summary crash - mezz
- Use shared Jenkins release notifier - mezz
- Fix #4427 Maximize rectangular ingredient grid area around exclusions - mezz
- Add tag recipe navigation and interactive slot tooltips - mezz
- Refactor to unify scrollbar code - mezz
- Use JarCompatibilityChecker Gradle plugin - mezz
- Fix focus search from creative inventory - mezz
- Enable tag recipes by default - mezz
- Fix #3900 add "next recipe" keybind that can be set to allow you to navigate back and forward through recipe history - mezz
- Add config flag for debug exclusion area - mezz
- Ignore macOS metadata files - mezz
- Simplify API compatibility checker setup - mezz
- Add recipe slot candidates overlay with tag/list badge indicators and cycling config - vfyjxf
- Defend typed ingredient API boundaries - mezz
- Extract recipe slot ingredient state - mezz
- Fix #4352 Cancel active bookmark drags on GUI changes - mezz
- Keep ingredient UIDs scoped to their ingredient type - mezz
- Fix #643: show wet sponge bucket furnace recipe - mezz
- Index registered ingredients by grouping UID - mezz
- Try adding client gametest diagnostics when it fails to shut down on jenkins - mezz
- Updated Italian translations for JEI (#4416) - Palexari12
- Add Patreon username in github donation file - mezz
- Add Jenkins timeouts and a watchdog timer for test client shutdown - mezz
- Fix #2267 Prevent recipe area clicks with carried items - mezz
- Move typed ingredient normalization to the API level - mezz
- Test #4361 with a startup resource pack - mezz
- Test NeoForge client resources - mezz
- Fix fake menu caches leaking client levels - mezz
- Split recipe info color entries and improve naming - mezz
- Avoid mutating Minecraft version in color test - mezz
- Fix #4399 Make JEI GUI colors resource configurable - mezz
- Complete non-extendable API annotations for 1.21.1 [skip-api-check] - mezz
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:u6dRKJwZ:zKog3N6a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:zKog3N6a"
}

