Links
Tags
Creators
Details
1.19.3v0.6.9a-fabric
Compatibility
Changes
Added Reverse Animation frames button
Added /cpm detect command (Closes #450)
Added the ability to bind quick access key with Right Click (Closes #334)
Fixed UV boxes not rendering in 1.20 (Closes #436)
Fixed property menu crashing if value layer is added (Closes #438)
Fixed crash and visual bugs with some other mods on Forge (Closes #372)
Fixed closing in editor chat closes the Editor on 1.19+
Fixed z-fighting issues in the editor on 1.20
Fixed commands not working on 1.20
Fixed commands not working without a specified player
Fixed animation restarting when clicking the on the model (Closes #446)
Fixed /cpm commands not failing correctly
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:cGFmdIyJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:cGFmdIyJ"
}

