Animation Attack

Started by xnachozero on

Topic category: Help with Minecraft modding (Java Edition)

Active 10 months ago
Joined Oct 2024
Points:
63

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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 .
Active 5 days ago
Joined Oct 2024
Points:
106

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 33
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).