mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed elytras not appearing in the correct location on seaponies(?)
This commit is contained in:
parent
389fb1857e
commit
4e674377db
1 changed files with 0 additions and 5 deletions
|
@ -145,11 +145,6 @@ public class ModelSeapony extends ModelUnicorn {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public float getRiderYOffset() {
|
|
||||||
return 1.05F;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setVisible(boolean visible) {
|
public void setVisible(boolean visible) {
|
||||||
super.setVisible(visible);
|
super.setVisible(visible);
|
||||||
|
|
Loading…
Reference in a new issue