Skip to content

Commit

Permalink
Tweak or Treat
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Nov 13, 2020
1 parent 3eea18e commit a7ab9a0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ 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.45F, false);
bipedHead.setTextureOffset(0, 0).addBox(-4.0F, -8.0F, -4.0F, 8.0F, 8.0F, 8.0F, 0.6F, 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);
bipedHead.setTextureOffset(34, 50).addBox(-6.0F, -10.0F, -2.0F, 12.0F, 10.0F, 3.0F, 0.7F, false);

fins = new ModelRenderer(this);
fins.setRotationPoint(0.0F, 0.0F, 0.0F);
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.6F, false);
hat.setTextureOffset(32, 0).addBox(-4.0F, -8.0F, -4.0F, 8.0F, 8.0F, 8.0F, 0.7F, false);

bipedRightLeg = new ModelRenderer(this);
bipedRightLeg.setRotationPoint(-1.9F, 12.0F, 0.0F);
Expand Down

0 comments on commit a7ab9a0

Please sign in to comment.