Started by
xnachozero
on
Topic category: Help with Minecraft modding (Java Edition)
I need help with my mod, I've been trying all day to make a mob make an animation that makes the next attack more powerful and have a potion effect, I did it but it did it with all the attacks, I don't know how to do it with just the next attack .
You could make a variable that counts up every attack and check what number it is and have it do the animation on certain number(s).