promotional bannermobile promotional banner

Player Animation Core

A NeoForge library for non-conflicting player animations. Layered animation stack, Molang support, first-person model rendering, and simple API for mod integration. Multiple mods can animate the player simultaneously.
Back to Files

Player Animation Core (0.0.0-beta.19)

File nameplayer_animation_core-0.0.0-beta.19.jar
Uploader
LlaGuiT0LlaGuiT0
Uploaded
Jul 11, 2026
Downloads
39
Size
1.7 MB
Mod Loaders
NeoForge
File ID
8413583
Type
B
Beta
Supported game versions
  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:player-animation-core-1602505:8413583"

Learn more about Curse Maven

What's new

Player Animation Core v0.0.0-beta.19 — Configurable Arm Rotation Scale

Changes

  • FirstPersonConfiguration.armRotationScale — new configurable field (default 1.0f). Replaces the hardcoded 0.2f in HANDS_ONLY_ARM mode. Mods can now set per-weapon rotation scales via setArmRotationScale().

Quick example

```java controller.setFirstPersonConfiguration( new FirstPersonConfiguration() .setArmRotationScale(1.0f) .setShowArmor(true));

This mod has no additional files