Fixed villagers having too many saddlebags

This commit is contained in:
Sollace 2022-12-12 18:51:06 +00:00
parent b4b98ccfe6
commit ee0aca3967

View file

@ -41,7 +41,7 @@ abstract class AbstractNpcRenderer<T extends MobEntity & VillagerDataContainer>
boolean special = PonyTextures.isBestPony(entity);
if (wearable.isSaddlebags()) {
if (wearable == Wearable.SADDLE_BAGS_BOTH) {
VillagerProfession profession = entity.getVillagerData().getProfession();
return !special && profession != VillagerProfession.NONE && (
profession == VillagerProfession.CARTOGRAPHER