Topic category: Help with Minecraft modding (Java Edition)
Hey,
I'm in the process of making a custom model set of armor. When I try to upload the chestplate model, it automatically detects the different parts and assigns them the animations for arm movement and such. However, for whatever reason it automatically anchors the shoulder guard parts of the armor off of the player model (https://cdn.discordapp.com/attachments/712437589466153003/9802186364992…). It feels like this is the kind of thing with an easy fix, but I can't quite figure it out.
https://cdn.discordapp.com/attachments/712437589466153003/9802201440705…
When I move the shoulder guard parts along the y axis, it moves accordingly on the player model, but it always anchors in the same place on the x/z. Any help is appreciated!
Cheers
Edit: In order to fix the issue, I had to alter the pivot points of each arm as a whole. For my model, it was set to x=6, y=0, z=0 for right arm pivot and x=-6, y=0, z=0 for left arm pivot to solve the problem.