Links
Tags
Creators
Details
1.20v0.6.19a-forge
Compatibility
Changes
Increased Quick Access keybinds to 16
Added alphabetical sorting to animation test custom layers dropdown
Updated Spanish translations (#673)
Fixed arms breaking in 1.21.2 snapshot version
Fixed Gesture Gui keybinds not working
Fixed Export popup showing an error (Closes #669)
Fixed log spam in the models menu and gesture gui
Fixed quick actions crashing (Closes #670)
Fixed model loading breaking when using over 256 animations
Fixed game crash with corrupted animations (Closes #668)
Fixed setup/finish animations not loading for custom poses
Fixed custom layers dropdown not showing the correct value in the slider name
Optional dependencies
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:h1E7sQNL:8eYYOAmJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:8eYYOAmJ"
}

