Hello! I want to create custom 3D armor with only a minecraft resource pack using the item model component (helmet, chest plate, leggings and boots). I already tried making an item wearable in the selected slot (for example the chest of the player) through a command, but this only worked for the head. In other slots, my item wouldn't appear. Can anyone give me a step-by-step guide on how I could add custom 3D armor? thank you :))
#Custom armor with the item model component
5 messages · Page 1 of 1 (latest)
Welcome to the help forum!
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
Not possible
The helmet slot is the only one that can render non-armor item models. The other slots can only render the armor model (which is an entity model and hence not editable without mods (or very roundabout shader methods))
oh, ok thanks. How do other servers do that? Do they use plugins for that?