Skip to content

Commit

Permalink
The final tweakdown
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Nov 13, 2020
1 parent a7ab9a0 commit f7da220
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ public AtemArmorModel(EquipmentSlotType slot, boolean hasFullSet) {
bipedRightLeg = new ModelRenderer(this);
bipedRightLeg.setRotationPoint(-1.9F, 12.0F, 0.0F);
bipedRightLeg.setTextureOffset(0, 16).addBox(-2.1F, 0.0F, -2.0F, 4.0F, 12.0F, 4.0F, 0.1F, false);
bipedRightLeg.setTextureOffset(16, 59).addBox(-2.1F, -3.0F, -2.0F, 4.0F, 15.0F, 4.0F, 0.5F, false);
bipedRightLeg.setTextureOffset(16, 59).addBox(-2.1F, -3.0F, -2.0F, 4.0F, 15.0F, 4.0F, 0.65F, false);
bipedRightLeg.setTextureOffset(0, 67).addBox(-2.1F, -3.0F, -2.0F, 4.0F, 15.0F, 4.0F, 0.32F, false);

bipedLeftLeg = new ModelRenderer(this);
bipedLeftLeg.setRotationPoint(1.9F, 12.0F, 0.0F);
bipedLeftLeg.setTextureOffset(0, 32).addBox(-1.9F, 0.0F, -2.0F, 4.0F, 12.0F, 4.0F, 0.1F, false);
bipedLeftLeg.setTextureOffset(16, 40).addBox(-1.9F, -3.0F, -2.0F, 4.0F, 15.0F, 4.0F, 0.5F, false);
bipedLeftLeg.setTextureOffset(16, 40).addBox(-1.9F, -3.0F, -2.0F, 4.0F, 15.0F, 4.0F, 0.65F, false);
bipedLeftLeg.setTextureOffset(0, 48).addBox(-1.9F, -3.0F, -2.0F, 4.0F, 15.0F, 4.0F, 0.32F, false);

//Boots manually edited in code
rightBoot = new ModelRenderer(this);
rightBoot.setTextureOffset(32, 63).addBox(-4.1F + 2, -6.2F + 12, -2.0F, 4.0F, 6.0F, 4.0F, 0.2F, true);
Expand Down

0 comments on commit f7da220

Please sign in to comment.