promotional bannermobile promotional banner

Mob Player Animator

An add-on mod to Player Animator that allows it to work with humanoid mobs.

File Details

Mob Player Animator-forge-1.20.1-1.3.0-all.jar

  • R
  • Sep 12, 2024
  • 213.77 KB
  • 612
  • 1.20.1
  • Forge + 1

File Name

Mob Player Animator-forge-1.20.1-1.3.0-all.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mob-player-animator-1058791:5717972")

NeoForge

implementation fg.deobf("curse.maven:mob-player-animator-1058791:5717972")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • The EMF Animation Halt system now operates on a per-part basis, allowing EMF animations to run for specific humanoid body parts if they are not currently being animated by Player Animator.
  • Added optional "animated_group" field to part modifiers in an "emf_model_modifiers" entry. "animated_group" is a list of values representing the names of specific humanoid body parts used by Player Animator, any of which must be currently animated by it to allow this part modifier to be applied. Valid values are "body", "head", "torso", "leftArm", "leftItem", "rightArm", "rightItem", "leftLeg", and "rightLeg".
  • Added "guess_emf_part_modifier_animated_groups" config value (default is true) to allow the internal system to use a default animated group based on the name of the last part in a part path when no "animated_group" is specified for a part modifier in an "emf_model_modifiers" entry. If your config was not freshly generated with this new version, you can expect your "emf_model_modifiers" entries to still work. Default animated groups are ["head"] for "head", ["body"] for "body", ["leftArm"] for "left_arm", ["rightArm"] for "right_arm", ["leftLeg"] for "left_leg", ["rightLeg"] for "right_leg" and ["leftArm", "rightArm"] for "arms".