Links
Tags
Creators
Details
1.18v0.4.0a-fabric
Compatibility
Changes
Added speaking animation (requires compatible voice chat mod) Added an api to the mod Added per world configuration can be loaded from 'cpm-server-default.json' in the config directory Few editor QoL updates:
- 3d gizmo in the editor
- some advanced settings are hidden behind Display/Show advanced scaling settings
- rotation, and drag mouse buttons can be changed
- keybinds for the editor
- option to always show held items while animating Animation update pt.1.5:
- Scaling animations
- Copy transform effect Ported to 1.10.2 and 22w19a Added model loading status above players' heads Added drag n drop to models gui/file chooser Added Simplified Chinese translation (PR #209) Added first person hand position editing Added enable all scaling command (/cpm scaling all enable)
Fixed armor in 1.7.10 Fixed skins not loading in some cases (Closes #201) Fixed mac graphics issue on fabric (? #200, #127)
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:YYylMqaY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:YYylMqaY"
}

