how to make dyeable armor?

Started by noviceThelizard on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make dyeable armor?

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?

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you should make a…
Tue, 06/23/2020 - 23:41

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

 

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i think you can make it with…
Wed, 06/24/2020 - 14:41

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).