Skip to content

Commit

Permalink
The Last Tweaki
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Nov 13, 2020
1 parent af1ed23 commit 3eea18e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public AtemArmorModel(EquipmentSlotType slot, boolean hasFullSet) {

bipedHead = new ModelRenderer(this);
bipedHead.setRotationPoint(0.0F, 0.0F, 0.0F);
bipedHead.setTextureOffset(0, 0).addBox(-4.0F, -8.0F, -4.0F, 8.0F, 8.0F, 8.0F, 0.3F, false);
bipedHead.setTextureOffset(0, 0).addBox(-4.0F, -8.0F, -4.0F, 8.0F, 8.0F, 8.0F, 0.45F, false);
bipedHead.setTextureOffset(24, 0).addBox(-2.0F, -6.0F, -5.0F, 4.0F, 4.0F, 1.0F, -0.25F, false);
bipedHead.setTextureOffset(58, 0).addBox(-1.0F, -9.0F, -4.0F, 2.0F, 2.0F, 1.0F, 0.2F, false);
bipedHead.setTextureOffset(34, 50).addBox(-6.0F, -10.0F, -2.0F, 12.0F, 10.0F, 3.0F, 0.4F, false);
Expand All @@ -93,7 +93,7 @@ public AtemArmorModel(EquipmentSlotType slot, boolean hasFullSet) {
hat = new ModelRenderer(this);
hat.setRotationPoint(0.0F, 0.0F, 0.0F);
bipedHead.addChild(hat);
hat.setTextureOffset(32, 0).addBox(-4.0F, -8.0F, -4.0F, 8.0F, 8.0F, 8.0F, 0.5F, false);
hat.setTextureOffset(32, 0).addBox(-4.0F, -8.0F, -4.0F, 8.0F, 8.0F, 8.0F, 0.6F, false);

bipedRightLeg = new ModelRenderer(this);
bipedRightLeg.setRotationPoint(-1.9F, 12.0F, 0.0F);
Expand All @@ -107,7 +107,6 @@ public AtemArmorModel(EquipmentSlotType slot, boolean hasFullSet) {
bipedLeftLeg.setTextureOffset(16, 40).addBox(-1.9F, -3.0F, -2.0F, 4.0F, 15.0F, 4.0F, 0.5F, 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 3eea18e

Please sign in to comment.