Animation Attack

Started by xnachozero on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Animation Attack
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 .
Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make a variable…
Tue, 10/29/2024 - 15:15

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).