O problema é no setAI '-'
metodo do leonardosc
public static void setAI(LivingEntity entity, boolean hasAi) {
EntityLiving handle = ((CraftLivingEntity) entity).getHandle();
handle.getDataWatcher().watch(15, (byte) (hasAi ? 0 : 1));
}
setAI(npc, false); // Tira a AI do villager
como eu poderia tirar a AI do npc mas spawnar ele olhando pra onde eu to olhando? o maldito só olha pra um lugar....