Started by
Yarpodkovko
on
Topic category: Help with Minecraft modding (Java Edition)
does anyone know how to make it so that when equiping custom armor you get an effect but when you take of the armor the effect disapears until you take the armor back on?
One possible way is to make a procedure and put together code to determine if the player is wearing that armor and if so put the effect on them. There would be different ways to make it more or less efficient but this is possibly one way.