mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 14:27:59 +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
|
||||
public void showChestplate() {
|
||||
chestPiece.showModel = true;
|
||||
neck.showModel = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void showSaddle() {
|
||||
chestPiece.showModel = true;
|
||||
neck.showModel = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue