Only other mod installed was Quilt Fabric API / Quilt Standard Libraries.
The projectiles a Wither fires entirely miss their targets, instead flying in a direction irrespective of the target. The direction the projectiles is consistent, but the direction changes based upon the coordinates of the wither. There is a general pattern to this behavior:
The Projectiles always go perfectly North or South, such that the Z component will equal the X component. Example: A wither at (100, -1000) will fire projectiles towards the direction of (100, 100).
The Projectiles go Up if the X component is positive, and Down if the X component is negative. Near spawn (-50<X<50), the projectiles go Up regardless if the sign is negative.
These observations likely have some exceptions, but this is the general trend I have noticed.
Version: 1.19.2, Quilt Mod Version: 1.0.3
Only other mod installed was Quilt Fabric API / Quilt Standard Libraries.
The projectiles a Wither fires entirely miss their targets, instead flying in a direction irrespective of the target. The direction the projectiles is consistent, but the direction changes based upon the coordinates of the wither. There is a general pattern to this behavior:
These observations likely have some exceptions, but this is the general trend I have noticed.