The new baby wolf model has a base pose that is fundamentally different from the adult model, requiring completely different animations (especially for sitting).
However, it was implemented through individual queries for each transformation instead of using entirely separate animations. This presents many issues:
Any existing resource packs that change the wolf’s animations break when applied over the new baby model
The game unnecessarily queries for the mob’s baby status multiple times
Inconsistent with other baby remodels that got separate animations, such as the cat.
Notes: The animation file includes many comment lines with “//TODO: AB#1534041 remove query.is_baby instance”
Comments 0
No comments.