Baby wolfs inherit the colors of their parents collar, not working as intended as seen in MC-1476
Check attached link for a video of the bug: https://mega.nz/file/BbFEEaiQ#acujLDcn8bTAbVRBjX3bWQALzdnn0z7bxmwE39QdPB0
Baby wolfs inherit the colors of their parents collar, not working as intended as seen in MC-1476
Check attached link for a video of the bug: https://mega.nz/file/BbFEEaiQ#acujLDcn8bTAbVRBjX3bWQALzdnn0z7bxmwE39QdPB0
Based on code analysis, this change seems to have been introduced in 24w10a, where code was specifically added to the
WolfEntity#createChild
method (Yarn mappings) to handle this behavior. That snapshot also introduced wolf variants, which similarly are inherited from either parent. Note that this code is copied from the similarCatEntity#createChild
method, which also has collar inheritance.