mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 22:38:00 +01:00
Best of both worlds: Add the neck on both layers
This commit is contained in:
parent
e18db6bb19
commit
8c15d46f68
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue