How to make a dyeable armor like the leather one?

Started by Raxolotl on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a dyeable armor like the leather one?

I want to make a clothes mod, and i dont know how to make the armor dyeable, there are no tutorials on YouTube sooooo yeah

Joined Sep 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make all the…
Sat, 11/26/2022 - 11:29

You could make all the armors by hand and making a specific crafting for them, otherwise you will need custom code

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Only current way to do that…
Sat, 11/26/2022 - 19:34

Only current way to do that is making separate armor sets all together. You will likely never be able to make the armor to be exactly like leather armor as mcreator, as far as I know, has no way of doing tha without making an armor set for each color. (That would mean making several million colored armor sets, which is next to impossible to do without many many people.)

 

Only other thing I can really say is to learn how to do it through code.