Set villager head yaw to current yaw every tick

This commit is contained in:
fullwall 2016-01-10 13:12:36 +08:00
parent 6e26252328
commit d7aefcf0db

View File

@ -127,6 +127,7 @@ public class VillagerController extends MobEntityController {
public void E() {
super.E();
if (npc != null) {
NMS.setHeadYaw(this, yaw);
npc.update();
}
}