Links
Tags
Creators
Details
1.20.2v0.6.15a-forge
Compatibility
Changes
Added /cpmclient command
Subcommands:
- profile <name>: open the social settings menu for player
- safety: opens the safety settings
- animate <animation> [value]: play animation
- set_model <model file>: change your model
- reset_model: remove your selected model
Added Safe Fall Distance Scaling (1.20.5+)
Added attack speed attribute scaling
Editor QoL:
- Added Export UV Map under Edit/Tools
- Editable display names for roots
- Improved part highlights
- Set Part Name Color
- Multi-select parts with animation editor
Updated Spanish and Chinese translations (#563, #559)
Translatable wiki pages
24w10a port
Fixed dragging and dropping .cpmmodels while inside the Models menu on the Minecraft window not working in some cases.
Fixed value layer default value showing negative (Closes #553)
Fixed model elements getting stuck inside the animation system after delete (Closes #536)
Fixed scaling staying stuck on model disable/switch (Closes #546)
Fixed first person hand rotations not wrapping around correctly (Closes #574)
Fixed initial part pose not copying over (Closes #575)
Fixed fill UV not working with per-face uv
Fixed parts tree scrolling to the bottom in some cases
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:X1suhyWN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:X1suhyWN"
}

