mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 22:38:00 +01:00
Move neck to the outer layer
This commit is contained in:
parent
9d5d204535
commit
1a80f768eb
1 changed files with 1 additions and 1 deletions
|
@ -98,12 +98,12 @@ public class ModelPonyArmor extends AbstractPonyModel implements IModelArmor {
|
||||||
@Override
|
@Override
|
||||||
public void showChestplate() {
|
public void showChestplate() {
|
||||||
chestPiece.showModel = true;
|
chestPiece.showModel = true;
|
||||||
neck.showModel = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void showSaddle() {
|
public void showSaddle() {
|
||||||
chestPiece.showModel = true;
|
chestPiece.showModel = true;
|
||||||
|
neck.showModel = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue