mojira.dev
MCPE-228256

Sitting Copper Golem Statue has an offset and incorrectly rotated nose

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.

Attachments

Comments 3

[Mod] LateLag

(Unassigned)

1489147

Confirmed

Multiple

1.21.120.22 Preview

1.21.130.20 Preview

Retrieved