mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed villagers appearing slightly smaller than they should (no, it wasn't just you)
This commit is contained in:
parent
52bc2ab207
commit
0bf7559884
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue