Started by
noviceThelizard
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make an armor which could be dyeable like leather armor but i dont know how to do that, whether it be the item texture or the armor texture. how should i go about this?
I think you should make a texture for all colors you wish and then make recipes of the armorpiece + the dye resulting in the dye coloured armorpiece
i think you can make it with custom code.
A dyeable armor contains a specific hex code of the color in an nbt tag.
Through custom code you can color texture with hex codes. So the crafting recipe just gives you the same armor with other nbt tags (relative to color).
What is the code?