Started by
mariopoi24
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make it so whenever the player is wearing a specific armor and gets hurt it plays a sound, but its not working!
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make it so whenever the player is wearing a specific armor and gets hurt it plays a sound, but its not working!
The image is missing. But you could make a global trigger "entity is attacked", then check if the entity is a player and if it has the right armor on it, then play the sound.