Fixed elytras not appearing in the correct location on seaponies(?)

This commit is contained in:
Sollace 2018-10-20 15:50:47 +02:00
parent 389fb1857e
commit 4e674377db

View file

@ -145,11 +145,6 @@ public class ModelSeapony extends ModelUnicorn {
return true;
}
@Override
public float getRiderYOffset() {
return 1.05F;
}
@Override
public void setVisible(boolean visible) {
super.setVisible(visible);