mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fix modded armor not having a helmet
This commit is contained in:
parent
13a37de5a1
commit
c53d2a12f6
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public class LayerPonyArmor<T extends EntityLivingBase> extends AbstractPonyLaye
|
||||||
|
|
||||||
switch (slot) {
|
switch (slot) {
|
||||||
case HEAD:
|
case HEAD:
|
||||||
model.showHead(isPony);
|
model.showHead(true);
|
||||||
break;
|
break;
|
||||||
case FEET:
|
case FEET:
|
||||||
model.showFeet(true);
|
model.showFeet(true);
|
||||||
|
|
Loading…
Reference in a new issue