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