3D armor model problem

Started by maxpingouin on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
3D armor model problem

I'm aware of the fact many people had problems with their armors and I did test every tip I saw (Making the model not touch the player) yet my models keep appearing at anormal postitions (most of the time above the player)

Does anyone have an idea on how to fix this ?

would help a lot

 

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I solved this problem…
Sun, 05/09/2021 - 12:18

I solved this problem recently.

You just have to check the pivot point position of your armor parts:

Head:  0  24  0

Body:  0  24  0

Right arm:  5  22  0

Left arm:  -5  22  0

Right leg & right boot:  1.9  12  0

Left leg & left boot:  -1.9  12  0

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks a lot, that will help…
Sun, 05/30/2021 - 11:25

thanks a lot, that will help me in the future too