I wanna make a Armor GUI

Started by mr_afkguy on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I wanna make a Armor GUI

So uhm there's a similar post about this from few years ago and I checked it but it's outdated and I want an explanation for newer versions, so uhm basically I wanna make custom GUI Armor Slots for a Mob I made, like for helmet, chestplate, leggings and boots and I wanna make that you can only put armor parts in, and I wanna make that it shows on the mob like it does for the horse, I hope someone replies asap, thank you forward 

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Firstly, for the GUI itself,…
Fri, 10/10/2025 - 07:37

Firstly, for the GUI itself, you make (however many slots you want, starting from 0 and going up), and go to the mob and make a procedure for the GUI to open when the mob is right-clicked. You then should create separate procedures for the GUI, saying roughly "if (armor piece) is in slot (0+), add (armor points) to mob." I don't know exactly how to go about it, but hopefully that starts you in the right direction.

As for making it show up on the mod... you have to do it by hand in something like Blockbench first, and then you have to make separate model layers (the textures of the armor pieces), and then you have to attach them to the mob in MCreator. It's a lot, but I have faith in you.

Hope this helps!