Fixed texture bug on enderponies and skeletons

This commit is contained in:
Sollace 2019-11-07 20:12:06 +02:00
parent de082acaea
commit b6285fb833

View file

@ -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;