Started by
ChromaKira
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make an entity rotate its head towards player like vanilla entities do. How do I do that with the plugin?
Do I need to name the head bone "head" or something?
Thanks
You don't need a plugin, you can use the 'make entity look at (entity)' AI function in the entity's AI to do this. Your entity will rotate towards the nearest player, and, if it has a component in the model defined as 'head,' it'll rotate this component to face the player as well.