Player Animation Core (0.0.0-beta.19)
Curse Maven Snippet
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 inHANDS_ONLY_ARMmode. Mods can now set per-weapon rotation scales viasetArmRotationScale().
Quick example
```java controller.setFirstPersonConfiguration( new FirstPersonConfiguration() .setArmRotationScale(1.0f) .setShowArmor(true));
This mod has no additional files

