File Details
Player Animation Core (0.0.0-beta.14)
- B
- Jul 9, 2026
- 1.70 MB
- 12
- 26.1.2
- NeoForge
File Name
player_animation_core-0.0.0-beta.14.jar
Supported Versions
- 26.1.2
Curse Maven Snippet
Player Animation Core v0.0.0-beta.14 — Render Layer Hotfix
This update fixes critical bugs found since beta.3:
- Fix: ClassCastException crash with elytras/capes —
ElytraLayerMixinandCapeLayerMixinwere incorrectly casting toRenderLayerParent. Now uses correct cast toRenderLayer.getParentModel(), the actual superclass both layers extend. - Fix: AvatarMixin corrected — split
tick()intoLivingEntityTickMixinto resolve a circular dependency that prevented compilation. - Fix: HumanoidArmorLayerMixin — added missing
CallbackInfoparameter. - Fix: First-person mode for integrating mods —
AnimationStack.getFirstPersonMode()andgetFirstPersonConfiguration()no longer requireisActive(), allowing controllers likedinamyc_combat'sCombatAnimationControllerto provide first-person config in real-time without an active animation. - Fix:
shouldBeFirstPersonPass()— no longer requiresisActive()on the manager.
For mods integrating this API: if your
AnimationControlleroverridesgetFirstPersonMode(), first-person configuration now applies even when no animation is active.