Fixed transforms on villagers' bits

This commit is contained in:
Sollace 2018-06-03 19:20:10 +02:00
parent 979782c8f8
commit f584f40826

View file

@ -31,7 +31,6 @@ public class ModelVillagerPony extends ModelAlicorn {
int profession = getProfession(entity);
if (profession > -1) {
bipedBody.postRender(this.scale);
if (profession < 2) {
bag.render(scale);
} else if (profession == 2) {