mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 14:27:59 +01:00
Derp. Actually have to do it like this.
This commit is contained in:
parent
fabb66a5b2
commit
6a55833fb8
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ public class ModelPonyArmor extends AbstractPonyModel implements IModelArmor {
|
|||
setVisible(false);
|
||||
chestPiece.showModel = false;
|
||||
bipedHead.showModel = false;
|
||||
neck.showModel = false;
|
||||
tail.setVisible(false);
|
||||
upperTorso.isHidden = true;
|
||||
snout.isHidden = true;
|
||||
|
@ -97,6 +98,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