Started by
HeyitsSmile
on
Topic category: Help with Minecraft modding (Java Edition)
Howdy! I looked around to see if this was already answered, but the only one I could find was from 2018. Is it possible to change how the model looks on a player? I want to make a few types of flower crowns, and want the texture to look like an actual crown around the player's head. Is this not a thing I can do yet?
So when you create an armor, on the first page there is an option for optional custom settings under the name of the piece of armor you want to create. Click that to expand it. Then select the model you want to use, which part of it you want to use and the texture for it.
I used that for my armor, but for some reason there's also a texture on the face of the player and on the shoulders.
How it ended up: https://imgur.com/a/aUnJ9b1
What it was supposed to look like: https://imgur.com/a/xzKjza9
You have to use blockbench and make a group for each part(s). (e.g. a group called "head" which contains every part for the headpiece) then you will see a "CLICK TO EXPAND" section on your armor. Press that and you will see "Model: DEFAULT, : Helmet, : TEXTURE" Basically you need to change the model section to your java armor model, your the HELMET part (which depending on what you are modifying, it will basically display the name of whatever armor piece you are modifying, like for example if you are modifying chestplate it will was CHESTPLATE.), then select the texture source.