Started by
icreep4fun
on
Topic category: Help with Minecraft modding (Java Edition)
So I'm making a superhero mod pack and I need to know step by step how to add potion effects to a player when he/she is wearing a full set of armor. I know how to do it when someone is wearing a piece of armor but I need a full set. And I don't know how to decypher code so I would enjoy it if it was in stackable event steps
Maybe try to have a variable that is set to True when each separate piece of armor is worn then set a command on the helmet that gives effect if all of those variables true.
We can't because armor piece only have on armor tick event. It need the on item being worn event which MCreator didn't implemented for armor piece.