Fixed villagers appearing slightly smaller than they should (no, it wasn't just you)

This commit is contained in:
Sollace 2022-07-06 13:28:22 +02:00
parent 52bc2ab207
commit 0bf7559884

View file

@ -29,10 +29,4 @@ public class VillagerPonyRenderer extends AbstractNpcRenderer<VillagerEntity> {
}
});
}
@Override
public void scale(VillagerEntity villager, MatrixStack stack, float ticks) {
super.scale(villager, stack, ticks);
stack.scale(BASE_MODEL_SCALE, BASE_MODEL_SCALE, BASE_MODEL_SCALE);
}
}