Hello,
I've been trying to figure out how to make my custom PathfinderMob in Forge 1.19.3 play the swing animation when it attacks. I've been trying for days, and It's starting to drive me crazy.
I see that inside of the MeleeAttackGoal, the checkAndPerformAttack calls the LivingEntitie's swing method. I've verified that this is indeed getting called, and it is sending the animation packet, however my entity still does not swing their main hand?
My entity's model extends HumanoidModel, but is there something I'm missing to ensure the swing animation can play properly? Any help would be greatly appreciated.