mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01: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;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void renderVest(float scale) { }
|
||||
|
||||
@Override
|
||||
protected void renderSleeves(float scale) { }
|
||||
|
||||
@Override
|
||||
public void animateModel(T entity, float move, float swing, float ticks) {
|
||||
isUnicorn = entity.getUuid().getLeastSignificantBits() % 3 != 0;
|
||||
|
|
Loading…
Reference in a new issue