Started by
Techcraft7
on
Topic category: Help with Minecraft modding (Java Edition)
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!
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!
How do you expect me to do that with all of the 16.7 MILLION colors possible with leather armor?
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.
Can you Explain how to do that, Nuparu00?