mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-04-01 01:05:27 +02:00
Fixed texture bug on enderponies and skeletons
This commit is contained in:
parent
de082acaea
commit
b6285fb833
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ public class ModelSkeletonPony<T extends HostileEntity> extends ModelAlicorn<T>
|
||||||
attributes.armRotationY = 8F;
|
attributes.armRotationY = 8F;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void renderVest(float scale) { }
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void renderSleeves(float scale) { }
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void animateModel(T entity, float move, float swing, float ticks) {
|
public void animateModel(T entity, float move, float swing, float ticks) {
|
||||||
isUnicorn = entity.getUuid().getLeastSignificantBits() % 3 != 0;
|
isUnicorn = entity.getUuid().getLeastSignificantBits() % 3 != 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue