Creating Custom Dyeable Armors in MCreator?

Started by Techcraft7 on

Topic category: Help with modding (Java Edition)

Last seen on 17:37, 25. Jul 2018
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Creating Custom Dyeable Armors in MCreator?

So I really like MCreator, but I am struggling very hard to make "wool armor" which is a version of leather armor made of wool.  It would be nice if you could add a feature allowing this to happen.  I have been trying to make this armor but when i though i had it done, I couldnt even put on the armor. And when i forced the game to do it with /replaceitem, the item was on top of my head like a banner.  Can anyone help PLEASE!

Last seen on 04:38, 22. Oct 2020
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is the only way i know…
Fri, 06/29/2018 - 09:29

This is the only way i know of

First create your amour text ect. (this will be the one with no dye)

Then create another (this will be the one with dye)

Then create a procedure to check if the amour (no dye) is in the main hand and if so give the dyed amour and removes the non-dyed one

Then create a custom block and in the events tab under when block right clicked activate the procedure you just made

Hope this helped!

 

Last seen on 17:37, 25. Jul 2018
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you expect me to do…
Sat, 07/14/2018 - 17:33

How do you expect me to do that with all of the 16.7 MILLION colors possible with leather armor?

Last seen on 22:13, 3. Apr 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Save the color from crafting…
Sat, 07/14/2018 - 18:13

Save the color from crafting or command in NBT (or possibly even Capability) of a ItemStack that contains your item and then render the armor using custom renderer with the color from the NBT.

Last seen on 17:24, 14. Jan 2024
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you Explain how to do…
Thu, 06/22/2023 - 04:56

Can you Explain how to do that, Nuparu00?