mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Oops.
This commit is contained in:
parent
cc560615c9
commit
434375e123
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ class PonyTextures<T extends LivingEntity & VillagerDataContainer> implements IT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entity instanceof VillagerEntity) {
|
|
||||||
((VillagerEntity)entity).setVillagerData(entity.getVillagerData().withProfession(VillagerProfession.LIBRARIAN));
|
|
||||||
}
|
|
||||||
VillagerData t = entity.getVillagerData();
|
VillagerData t = entity.getVillagerData();
|
||||||
|
|
||||||
return getTexture(t.getType(), t.getProfession());
|
return getTexture(t.getType(), t.getProfession());
|
||||||
|
|
Loading…
Reference in a new issue