Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 9 hours ago
All versions
27.30.0.75
Beta
27.30.0.75 for Fabric 1.21.114 days ago 6,155
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
- Fix client level cleanup in backported tests - mezz
- Fix Fabric API development runtime variant - mezz
- Fix NeoForge client test resource pack format - mezz
- Fix recipe tooltip render ordering on NeoForge - mezz
- Fix Fabric game test runtime classpath - mezz
- Reopen recipes gui after sizing config changes - mezz
- Fix #4361 resource pack GUI scaling - mezz
- Make config changes take effect more immediately - mezz
- Fix #4415 Harden anvil recipes against linkage errors - mezz
- Fix server loading of mod name format config - mezz
- Fix #4400 stop crash on shutdown when recipes gui is open - mezz
- Add tag recipe navigation and interactive slot tooltips - mezz
- Use JarCompatibilityChecker Gradle plugin - mezz
- Refactor to unify scrollbar code - mezz
- Fix focus search from creative inventory - mezz
- Enable tag recipes by default - mezz
- Simplify API compatibility checker setup - mezz
- Support NeoForge fluid slot displays - mezz
- Add recipe slot candidates overlay with tag/list badge indicators and cycling config - vfyjxf
- Ignore macOS metadata files - mezz
- Add config flag for debug exclusion area - mezz
- Fix #4352 Cancel active bookmark drags on GUI changes - mezz
- Fix #4217 Add slot display interpreter API - mezz
- Automatically detect slot display subtypes - mezz
- Fix #3900 add "next recipe" keybind that can be set to allow you to navigate back and forward through recipe history - mezz
- Index registered ingredients by grouping UID - mezz
- Extract recipe slot ingredient state - mezz
- Keep ingredient UIDs scoped to their ingredient type - mezz
- Fix #643: show wet sponge bucket furnace recipe - mezz
- Defend typed ingredient API boundaries - mezz
- Add Patreon username in github donation file - mezz
- Test #4361 with a startup resource pack - mezz
- Try adding client gametest diagnostics when it fails to shut down on jenkins - mezz
- Simplify API compatibility checks - mezz
- Updated Italian translations for JEI (#4416) - Palexari12
- Fix #2267 Prevent recipe area clicks with carried items - mezz
- Move typed ingredient normalization to the API level - mezz
- Add Jenkins timeouts and a watchdog timer for test client shutdown - mezz
- Keep API compatibility checks cacheable - mezz
- Localize isolated projects suppression - mezz
- Clean up Gradle warnings - mezz
- Test NeoForge client resources - mezz
- Fix #4371 Keep Realms config paths stable - mezz
- Simplify Gradle property access - mezz
- Update to Gradle 9.7 - mezz
- Prepare build for isolated projects - mezz
- Move Fabric container-screen rendering to screen foreground - vfyjxf
- Fix fake menu caches leaking client levels - mezz
- Fix #4407 Fix crash on chat text with null style - mezz
- clean up some unused mixin deps - mezz
- Fix shifted navigation background bounds - 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
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:3Hr3HX21"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:3Hr3HX21"
}

