Started by
shaengrewdo
on
Topic category: Help with Minecraft modding (Java Edition)
How do I change the run speed of the entity when it sets its target and revert the run speed back to normal after there's no target for it to set?
It has a walk animation and a charge animation.
- walk is for when it doesn't have a target
- charge is for when it has a target, for example, a player
NVM, I accidentally solved it!
There's a [is target/entity aggressive] block that I missed