-
Bug
-
Resolution: Cannot Reproduce
-
None
-
Minecraft 1.10.2, Minecraft 1.11, Minecraft 1.11.2, Minecraft 1.13-pre6, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a, Minecraft 19w02a, Minecraft 1.14.2, Minecraft 1.14.3 Pre-Release 3, Minecraft 1.14.3 Pre-Release 4
-
None
-
Confirmed
-
(Unassigned)
/tp @e[type=villager] ~ ~ ~ 0 15
and
/tp @e[type=villager] ~ ~ ~ 0 0
does no longer work. It did in 1.9.
What I expected to happen was to make the Villager look down and then look back up.
What actually happens is the Villager doesn't move his head at all. It worked fine in 1.9, but when I upgraded to 1.10, it suddenly doesn't work. I'm a map maker so this is frustrating.
Steps to Reproduce:
- summon a Villager with NoAI and Silent:
/summon villager ~ ~ ~ {Profession:3,NoAI:1,Silent:1}
- trigger these commands:
/execute as @e[type=villager] at @s run tp @s ~ ~ ~ 0 15
and
/execute as @e[type=villager] at @s run tp @s ~ ~ ~ 0 0
- relates to
-
MC-105139 Entity head rotation not interpolating on Yaw axis
- Resolved