mojira.dev

yesterday_232

Assigned

No issues.

Reported

MC-277024 If an entity is mounted on top of another entity, the entity below cannot turn its head toward the surrounding entities Duplicate MC-276993 If an entity is mounted on top of another entity, the entity below cannot turn its head toward the surrounding entities Community Consensus MC-276583 All chainmail - Armor causes texture errors when worn. Duplicate MC-274389 Wandering Trader can't pathfind correctly when on a vehicle Duplicate

Comments

Oh, I thought my post was deleted for some unknown reason. I hope this bug gets fixed soon.

 tp command does not seem to update nbt information.

This means that when you run data modify entity @s Rotation[0] set value 30f, the mob actually looks at the same place
But when you run tp @s ~ ~ ~ ~30 ~ it does not match.
Of course, it is possible to use these features to implement a mob that moves while looking at one side, but it seems like a bug.

execute on passengers run data modify entity @s Pos[1] set form entity @n[ (must be vehicle) ] Pos[1]

try this one. is will be work.