mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed transforms on villagers' bits
This commit is contained in:
parent
979782c8f8
commit
f584f40826
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue