mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Fix armors again
This commit is contained in:
parent
8feb98a756
commit
b4148959f7
1 changed files with 0 additions and 9 deletions
|
@ -118,9 +118,6 @@ public class LayerPonyArmor implements LayerRenderer {
|
|||
case 1:
|
||||
model.bipedRightArm.showModel = true;
|
||||
model.bipedLeftArm.showModel = true;
|
||||
for (ModelRenderer m : model.extLegs) {
|
||||
m.showModel = true;
|
||||
}
|
||||
model.bipedRightLeg.showModel = true;
|
||||
model.bipedLeftLeg.showModel = true;
|
||||
break;
|
||||
|
@ -130,16 +127,10 @@ public class LayerPonyArmor implements LayerRenderer {
|
|||
model.bipedLeftLeg.showModel = true;
|
||||
model.bipedRightArm.showModel = true;
|
||||
model.bipedLeftArm.showModel = true;
|
||||
model.Bodypiece.showModel = true;
|
||||
model.extBody.showModel = true;
|
||||
model.bipedBody.showModel = true;
|
||||
break;
|
||||
// chest
|
||||
case 3:
|
||||
model.bipedRightLeg.showModel = true;
|
||||
model.bipedLeftLeg.showModel = true;
|
||||
model.bipedRightArm.showModel = true;
|
||||
model.bipedLeftArm.showModel = true;
|
||||
model.extBody.showModel = true;
|
||||
break;
|
||||
// head
|
||||
|
|
Loading…
Reference in a new issue