Custom Player Model (CPM)

Customize your player model in Minecraft using JSON.

File Details

cpm-1.0.8-beta.jar

  • B
  • Dec 19, 2019
  • 531.56 KB
  • 207
  • 1.14.4
  • Fabric

File Name

cpm-1.0.8-beta.jar

Supported Versions

  • 1.14.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:custom-player-model-cpm-338752:2845163"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Player bounding box and eye height is now customizable.
  • Update the command system, now you can use commands to switch models.
  • First person view is now customizable.
  • You can now add item models as part of your model.
  • You can now add variables to reduce expression redundance and speed up calculation.
  • There is now a blockbench plugin to export CPM models. Although exported models cannot be used directly, some mannual modifications are needed.
  • No longer need to mannually specify texture size.
  • Model color and alpha is now customizable using expressions.
  • The model skeleton is now customizable, which can be used to adjust model structure (so you can easily turn your self into an enderman, etc).
  • Added basic informations to model packs: id, name, author and version. Models must have id and name to be loaded.
  • Added some model examples with these new features.