Started by
VeePee
on
Topic category: Help with Minecraft modding (Java Edition)
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)
Make your attack animations faster. I had this problem as well.
Or use a procedure to add a damage delay.