You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really know if this is the right place to say this, but I'm having trouble figuring out how to make a custom entity I made play animations at the right time.
I have an entity that uses the behaviors random_stroll and nearest_attackable_target, and I made animations in blockbench called "wander" and "chase". I'm trying to figure out how to make it play the wander animation when it's wandering around and stops when the entity is still, and how to play the chase animation when it finds a target.
The text was updated successfully, but these errors were encountered:
I don't really know if this is the right place to say this, but I'm having trouble figuring out how to make a custom entity I made play animations at the right time.
I have an entity that uses the behaviors random_stroll and nearest_attackable_target, and I made animations in blockbench called "wander" and "chase". I'm trying to figure out how to make it play the wander animation when it's wandering around and stops when the entity is still, and how to play the chase animation when it finds a target.
The text was updated successfully, but these errors were encountered: