Attack animations playing after damage is done Geckolib

Started by VeePee on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Aug 2023
Points:
185

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Attack animations playing after damage is done Geckolib

I just realized that all of the mobs I made with attack animations play the animation after they're done attacking, is there a way i could make the animation play before dealing damage? I tried making a procedure for damage to be dealt 10 ticks after the animation but that just made a new type of damage (the target is damaged twice now)

Active 1 year ago
Joined May 2015
Points:
738

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
Make your attack animations…
Sat, 08/19/2023 - 03:58

Make your attack animations faster. I had this problem as well.

Or use a procedure to add a damage delay.