#3d armour for texture pack
1 messages · Page 1 of 1 (latest)
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.
like did i do everything right in this photo and what should the directories be like and the file structure of the models itself?
like other texturepacks e.g armor coglomery have it
Do you have EMF installed?
assets/minecraft/optifine/cem
However, just putting these models into that folder won't work
First of all, armor isn't split into separate models for all 4 pieces (it will be when EMF fixes it for 1.21.9 but in all earlier versions it's not)
In the current format, armor uses just two models: player_inner_armor.jem and player_outer_armor.jem
inner has the leggings and outer has everything else
Simply just combining your existing models into the outer one likely will not work, so you will need to create the templates for these with the CEM template loader then paste your model elements in
You might notice that these file names don't mention "netherite"
Well that's because all the armor tiers share model files, changing one means changing them all
There are ways to get around this such as having elements of both the default and custom models in a single model file, and letting the armor texture decide which parts get rendered (elements using a blank part of the texture will be invisible)
oh yea also when you're done with the models, copy them so you also have a player_slim_inner_armor.jem and player_slim_outer_armor.jem, those also have their own files
yeah i might just wait for 1.21.9 when EMF lets me have all 4 individual pieces