If you leashed a copper golem, and the copper golem rotates it's head, the lead does not move along with it, instead it will stays on the same position.
Steps to reproduce:
Summon a copper golem, and give yourself a lead
Leash the copper golem by right-clicking it with the lead
Observe
Expected results:
Lead moves with copper golem head.
Observed results:
Lead does not moves with copper golem head.
Fix:
this can be fixed by adding this line to head bones on the "geometry.copper_golem" model in copper_golem.geo.json files:
"locators": {
"lead": [0, 22, 0]
}
and this line to body bones on the "geometry.copper_golem" model in copper_golem.geo.json files:
"locators": {
"lead_hold": [0, 34, 0]
}
Attachments
Comments 0
No comments.