The Java Edition version of this report is MC-280159.
The new Cow model introduced for the Spring Drop is different on Java and Bedrock Edition. On Bedrock, the front of the body sticks out over the legs, while on Java, the front legs are flush with the body.
This affects all cow variants, but it is most clear with the Temperate Cow.
Bedrock Edition Temperate Cow
[media]
Java Edition Temperate Cow
[media]
Bedrock Edition Cold Cow
[media]
Java Edition Cold Cow
[media]
Expected Result
The new Cow model for the Spring Drop matches on all platforms.
Observed Result
The new Cow model is different on Bedrock and Java Edition.
Linked issues
Attachments
Comments 3
The fix for this is to change the z-value in the "cubes" "origin" of the leg2 and leg3 bones from -8 to -9 within the vanilla resource files:
models\entity\cow.warm.geo.json
models\entity\cow.cold.geo.json
models\entity\cow.v2.geo.json
Can confirm