Started by
Hollowplayz
on
Topic category: Help with Minecraft modding (Java Edition)
I am making an enchantment that when you get hit you get the glowing effect and send out particles. Any Help how to do this?
Topic category: Help with Minecraft modding (Java Edition)
I am making an enchantment that when you get hit you get the glowing effect and send out particles. Any Help how to do this?
use the "on entity hurt" procedure trigger and check for if your armor in slot x has enchantment.
slot 3,2,1,0 is helmet, chest, leggings, and boots respectively.
Ok Thanks