mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-23 04:57:58 +01:00
Show necks as part of armour
This commit is contained in:
parent
9ffb62d335
commit
fabb66a5b2
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ public class ModelPonyArmor extends AbstractPonyModel implements IModelArmor {
|
||||||
chestPiece.showModel = false;
|
chestPiece.showModel = false;
|
||||||
bipedHead.showModel = false;
|
bipedHead.showModel = false;
|
||||||
tail.setVisible(false);
|
tail.setVisible(false);
|
||||||
neck.isHidden = true;
|
|
||||||
upperTorso.isHidden = true;
|
upperTorso.isHidden = true;
|
||||||
snout.isHidden = true;
|
snout.isHidden = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue