Best of both worlds: Add the neck on both layers

This commit is contained in:
Sollace 2018-08-18 00:27:40 +02:00
parent e18db6bb19
commit 8c15d46f68

View file

@ -96,6 +96,7 @@ public class ModelPonyArmor extends AbstractPonyModel implements IModelArmor {
@Override
public void showChestplate() {
chestPiece.showModel = true;
neck.showModel = true;
}
@Override