Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
19.36.0.360
Beta
19.36.0.360 for Fabric 1.21.1yesterday 9,575
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
- Harden client recipe-sync game tests - mezz
- Add support for getting clickable ingredients from screen handlers - mezz
- Backport 26.2 maintenance updates - mezz
- [Feature] Add option to disable toast notification reflow (#4356) - Oleksii-Melashchenko
- Update Gradle build configuration - mezz
- Fix bookmarking repair recipes - mezz
- Report game test results as JUnit XML - mezz
- Clean up unused resources - mezz
- Add methods to IGuiHelper for creating drawables from sprites - mezz
- Adapt and harden client tests for 1.21.1 - mezz
- Update mod-publish-plugin - mezz
- Pass hovered state when drawing recipe slots - mezz
- Update es_ar.json translations - Texaliuz
- Update ja_jp.json (#4300) - mezz
- Update zh_cn.json (#4046) - mezz
- Update to use Mojang's nine_slice implementation for rendering - mezz
- Add Fabric AMECS key mapping tests - mezz
- Document unsupported Maven versions - mezz
- Fix #4137 Show client-default recipes when connecting to a server that doesn't send recipes - mezz
- #4348 add tests to verify that recipe sync works on fabric on singleplayer and multiplayer - mezz
- Add support for adding aliases to all subtypes of an ingredient at once - 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:ofgHpPgF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:ofgHpPgF"
}

