Custom Entity Models¶
He's had surgery¶
File location
/assets/minecraft/optifine/cem/**/*.jem
/assets/minecraft/optifine/cem/**/*.jpm
Custom Entity Models (CEM) can completely change how an entity appears, animates, and moves.
The file format for CEM are JSON with the extensions .jem and .jpm.
Model files (.jem) contain a list of entity part models, which may be loaded inline or from a file .jpm file.
These model files define a texture, and a list of submodels. These submodels define what part of an entity they attach to, how they attach, their animations, and more.
External links¶
Warning
These resources are not related to OptiDocs, but may provide some help.
Assumes the latest OptiFine & Minecraft versions.
Updated to commit 83d482c3.
Open source at https://gitlab.com/whoatemybutter/optifinedocs.