Make spawned entity face whatever direction player is facing

Started by Apple97 on

Topic category: Help with MCreator software

Last seen on 06:06, 3. Jul 2023
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make spawned entity face whatever direction player is facing

I have an item that spawns a villager when right clicking with it. But the villagers always are facing one direction, not the direction the player is facing.
My current procedure is like this:
event trigger
execute command summon villager
send message spawned villager
remove item from inventory


Apologies if this isn't the correct format. I'm new to the MCreator forums.