Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 7 hours ago
All versions
19.57.0.445
Beta
19.57.0.445 for NeoForge 1.21.12 days ago 16.1K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- Fix typing the search focus key - mezz
- Fix missing bookmark output config translations - mezz
- Fix legacy config migration - mezz
- Fix darkened JEI controls on the recipe screen - mezz
- Publish every successful Jenkins build - mezz
- Fix #4371 Keep Realms config paths stable - mezz
- Simplify Gradle property access - mezz
- Add a debug recipe with 10000 numbered slot candidates - mezz
- Prepare interactive tooltip slots only as they become visible - mezz
- Validate NeoForge client test resources during checks - mezz
- Exercise search typing through complete GLFW key events - mezz
- Cache recipe slot tooltip candidates and prepare visible entries lazily - mezz
- Bound test CI runtime and require a headless display - mezz
- Verify JEI textures in Fabric client tests - mezz
- Fix #4490 Prioritize recipe bookmark transfer input - mezz
- Use Minecraft's GUI atlas - mezz
- Fix #4488 Preserve focused ingredient order - mezz
- Fix #4489 hidden focus-linked recipes - mezz
- Consolidate API Gradle subprojects - mezz
- Include custom game tests in Gradle check - mezz
- Close #91 Add fireworks recipes - mezz
- Fix #4478 Refresh recipes after proxy server switch - mezz
Optional dependencies
Any compatible version
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:DhWgFcqi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:DhWgFcqi"
}


