The sitting model for the Copper Golem Statue incorrectly rotates the nose by 90 degrees in the Y axis and moves it by 0.025 units in the X axis and 0.2 units in the Z axis in relation to its correct position.
This can be fixed by changing the nose cube from this…{ "origin": [ -1.025, 6, -6 ], "size": [ 2, 3, 2 ], "pivot": [ 0, 7.5, -5 ], "rotation": [ 0, 90, 0 ], "uv": [ 56, 0 ]}
… to this:{ "origin": [ -1, 6, -6.2 ], "size": [ 2, 3, 2 ], "uv": [ 56, 0 ]}
I have attached a version of the model with the correction applied.