File Details
Player Animation Core (0.0.0-beta.19)
- B
- Jul 11, 2026
- 1.70 MB
- 12
- 26.1.2
- NeoForge
File Name
player_animation_core-0.0.0-beta.19.jar
Supported Versions
- 26.1.2
Curse Maven Snippet
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 inHANDS_ONLY_ARMmode. Mods can now set per-weapon rotation scales viasetArmRotationScale().
Quick example
```java controller.setFirstPersonConfiguration( new FirstPersonConfiguration() .setArmRotationScale(1.0f) .setShowArmor(true));