Hello, I have a command block running that should make a set of dogs look at the nearest player into their eyes but it seems to completely nullify that functionality
Reproducing:
Summon a mob u wanna have face u with:
summon ENTITY ~ ~ ~ {Tags:[tgt]}
Now place a repeating command block and enter this command:
execute as @e[tag=tgt] at @s facing entity @p eyes run tp @s ~ ~ ~ ~ ~10
The entity will just stay still and start aiming their head down when they should be looking directly at the player. I tested this in 1.21.1 and it worked perfectly
This was present in 24w36a but was fixed in 24w37a. I'm resolving this as a duplicate of MC-276376.