Jump to content

[1.7.10] Semi transparent Custom 3D Armor-model


Pythonschlange

Recommended Posts

There is probably an easy "fix" for that, but I was messing around with it and didn't found a way to do that. The model should look like this

http://www.pic-upload.de/view-28530398/2015-10-09_16.20.24.png.html

If I do all the coding in the normal way I end up with this:

http://www.pic-upload.de/view-28530404/2015-10-09_16.21.55.png.html

Code:

 

package models.PortableVoid;

import org.lwjgl.opengl.GL11;

import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelBiped;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;

/**
* DragonArmor - Pythonschlange
* Created using Tabula 4.1.1
*/
public class Model_DragonArmor extends ModelBiped {
    public ModelRenderer shape96;
    public ModelRenderer shape97;
    public ModelRenderer shape98;
    public ModelRenderer shape89;
    public ModelRenderer shape94;
    public ModelRenderer shape95;
    public ModelRenderer shape93;
    public ModelRenderer shape92;
    public ModelRenderer shape90;
    public ModelRenderer shape91;
    public ModelRenderer shape88;
    public ModelRenderer shape82;
    public ModelRenderer shape85;
    public ModelRenderer shape86;
    public ModelRenderer shape84;
    public ModelRenderer shape87;
    public ModelRenderer shape81;
    public ModelRenderer shape83;
    public ModelRenderer shape80;
    public ModelRenderer shape70;
    public ModelRenderer shape75;
    public ModelRenderer shape74;
    public ModelRenderer shape76;
    public ModelRenderer shape79;
    public ModelRenderer shape69;
    public ModelRenderer shape77;
    public ModelRenderer shape72;
    public ModelRenderer shape71;
    public ModelRenderer shape73;
    public ModelRenderer shape78;
    public ModelRenderer shape68;
    public ModelRenderer shape57;
    public ModelRenderer shape65;
    public ModelRenderer shape64;
    public ModelRenderer shape58;
    public ModelRenderer shape66;
    public ModelRenderer shape67;
    public ModelRenderer shape63;
    public ModelRenderer shape62;
    public ModelRenderer shape59;
    public ModelRenderer shape61;
    public ModelRenderer shape60;
    public ModelRenderer shape56;
    public ModelRenderer shape34;
    public ModelRenderer shape40;
    public ModelRenderer shape41;
    public ModelRenderer shape39;
    public ModelRenderer shape38;
    public ModelRenderer shape33;
    public ModelRenderer shape42;
    public ModelRenderer shape43;
    public ModelRenderer shape35;
    public ModelRenderer shape36;
    public ModelRenderer shape37;
    public ModelRenderer shape32;
    public ModelRenderer shape20;
    public ModelRenderer shape31;
    public ModelRenderer shape30;
    public ModelRenderer shape24;
    public ModelRenderer shape27;
    public ModelRenderer shape23;
    public ModelRenderer shape25;
    public ModelRenderer shape26;
    public ModelRenderer shape22;
    public ModelRenderer shape29;
    public ModelRenderer shape28;
    public ModelRenderer shape21;
    public ModelRenderer shape12;
    public ModelRenderer shape16;
    public ModelRenderer shape17;
    public ModelRenderer shape14;
    public ModelRenderer shape15;
    public ModelRenderer shape13;
    public ModelRenderer shape19;
    public ModelRenderer shape18;
    public ModelRenderer shape6;
    public ModelRenderer shape10;
    public ModelRenderer shape9;
    public ModelRenderer shape11;
    public ModelRenderer shape8;
    public ModelRenderer shape4;
    public ModelRenderer shape5;
    public ModelRenderer shape7;
    public ModelRenderer shape2;
    public ModelRenderer shape3;
    public ModelRenderer shape1;
    public ModelRenderer innerPart28;
    public ModelRenderer innerPart22;
    public ModelRenderer innerPart25;
    public ModelRenderer innerPart26;
    public ModelRenderer innerPart24;
    public ModelRenderer innerPart27;
    public ModelRenderer innerPart21;
    public ModelRenderer innerPart20;
    public ModelRenderer innerPart23;
    public ModelRenderer innerPart17;
    public ModelRenderer innerPart19;
    public ModelRenderer innerPart18;
    public ModelRenderer innerPart16;
    public ModelRenderer innerPart14;
    public ModelRenderer innerPart12;
    public ModelRenderer innerPart15;
    public ModelRenderer innerPart13;
    public ModelRenderer innerPart10;
    public ModelRenderer innerPart9;
    public ModelRenderer innerPart11;
    public ModelRenderer innerPart8;
    public ModelRenderer innerPart6;
    public ModelRenderer innerPart7;
    public ModelRenderer innerPart5;
    public ModelRenderer innerPart2;
    public ModelRenderer innerPart1;
    public ModelRenderer innerPart3;
    public ModelRenderer innerPart4;
    public ModelRenderer innerPart32;
    public ModelRenderer innerPart33;
    public ModelRenderer innerPart34;
    public ModelRenderer innerPart35;
    public ModelRenderer innerPart31;
    public ModelRenderer innerPart29;
    public ModelRenderer innerPart30;
    public ModelRenderer innerPart40;
    public ModelRenderer innerPart41;
    public ModelRenderer innerPart43;
    public ModelRenderer innerPart42;
    public ModelRenderer innerPart36;
    public ModelRenderer innerPart38;
    public ModelRenderer innerPart39;
    public ModelRenderer innerPart37;
    public ModelRenderer innerPart50;
    public ModelRenderer innerPart46;
    public ModelRenderer innerPart44;
    public ModelRenderer innerPart45;
    public ModelRenderer innerPart47;
    public ModelRenderer innerPart52;
    public ModelRenderer innerPart51;
    public ModelRenderer innerPart48;
    public ModelRenderer innerPart54;
    public ModelRenderer innerPart53;
    public ModelRenderer innerPart55;
    public ModelRenderer innerPart58;
    public ModelRenderer innerPart56;
    public ModelRenderer innerPart57;
    public ModelRenderer innerPart60;
    public ModelRenderer innerPart63;
    public ModelRenderer innerPart59;
    public ModelRenderer innerPart61;
    public ModelRenderer innerPart62;
    public ModelRenderer ring01;
    public ModelRenderer ring02;
    public ModelRenderer ring03;
    public ModelRenderer ring04;
    public ModelRenderer ring05;
    public ModelRenderer ring06;
    public ModelRenderer ring07;
    public ModelRenderer ring08;
    public ModelRenderer ring09;
    public ModelRenderer ring10;
    public ModelRenderer ring11;
    public ModelRenderer Ring12;
    public ModelRenderer core;
    public ModelRenderer shape96_1;
    public ModelRenderer shape97_1;
    public ModelRenderer shape98_1;
    public ModelRenderer shape89_1;
    public ModelRenderer shape94_1;
    public ModelRenderer shape95_1;
    public ModelRenderer shape93_1;
    public ModelRenderer shape92_1;
    public ModelRenderer shape90_1;
    public ModelRenderer shape91_1;
    public ModelRenderer shape88_1;
    public ModelRenderer shape82_1;
    public ModelRenderer shape85_1;
    public ModelRenderer shape86_1;
    public ModelRenderer shape84_1;
    public ModelRenderer shape87_1;
    public ModelRenderer shape81_1;
    public ModelRenderer shape83_1;
    public ModelRenderer shape80_1;
    public ModelRenderer shape70_1;
    public ModelRenderer shape75_1;
    public ModelRenderer shape74_1;
    public ModelRenderer shape76_1;
    public ModelRenderer shape79_1;
    public ModelRenderer shape69_1;
    public ModelRenderer shape77_1;
    public ModelRenderer shape72_1;
    public ModelRenderer shape71_1;
    public ModelRenderer shape73_1;
    public ModelRenderer shape78_1;
    public ModelRenderer shape68_1;
    public ModelRenderer shape57_1;
    public ModelRenderer shape65_1;
    public ModelRenderer shape64_1;
    public ModelRenderer shape58_1;
    public ModelRenderer shape66_1;
    public ModelRenderer shape67_1;
    public ModelRenderer shape63_1;
    public ModelRenderer shape62_1;
    public ModelRenderer shape59_1;
    public ModelRenderer shape61_1;
    public ModelRenderer shape60_1;
    public ModelRenderer shape56_1;
    public ModelRenderer shape34_1;
    public ModelRenderer shape40_1;
    public ModelRenderer shape41_1;
    public ModelRenderer shape39_1;
    public ModelRenderer shape38_1;
    public ModelRenderer shape33_1;
    public ModelRenderer shape42_1;
    public ModelRenderer shape43_1;
    public ModelRenderer shape35_1;
    public ModelRenderer shape36_1;
    public ModelRenderer shape37_1;
    public ModelRenderer shape32_1;
    public ModelRenderer shape20_1;
    public ModelRenderer shape31_1;
    public ModelRenderer shape30_1;
    public ModelRenderer shape24_1;
    public ModelRenderer shape27_1;
    public ModelRenderer shape23_1;
    public ModelRenderer shape25_1;
    public ModelRenderer shape26_1;
    public ModelRenderer shape22_1;
    public ModelRenderer shape29_1;
    public ModelRenderer shape28_1;
    public ModelRenderer shape21_1;
    public ModelRenderer shape12_1;
    public ModelRenderer shape16_1;
    public ModelRenderer shape17_1;
    public ModelRenderer shape14_1;
    public ModelRenderer shape15_1;
    public ModelRenderer shape13_1;
    public ModelRenderer shape19_1;
    public ModelRenderer shape18_1;
    public ModelRenderer shape6_1;
    public ModelRenderer shape10_1;
    public ModelRenderer shape9_1;
    public ModelRenderer shape11_1;
    public ModelRenderer shape8_1;
    public ModelRenderer shape4_1;
    public ModelRenderer shape5_1;
    public ModelRenderer shape7_1;
    public ModelRenderer shape2_1;
    public ModelRenderer shape3_1;
    public ModelRenderer shape1_1;
    public ModelRenderer innerPart28_1;
    public ModelRenderer innerPart22_1;
    public ModelRenderer innerPart25_1;
    public ModelRenderer innerPart26_1;
    public ModelRenderer innerPart24_1;
    public ModelRenderer innerPart27_1;
    public ModelRenderer innerPart21_1;
    public ModelRenderer innerPart20_1;
    public ModelRenderer innerPart23_1;
    public ModelRenderer innerPart17_1;
    public ModelRenderer innerPart19_1;
    public ModelRenderer innerPart18_1;
    public ModelRenderer innerPart16_1;
    public ModelRenderer innerPart14_1;
    public ModelRenderer innerPart12_1;
    public ModelRenderer innerPart15_1;
    public ModelRenderer innerPart13_1;
    public ModelRenderer innerPart10_1;
    public ModelRenderer innerPart9_1;
    public ModelRenderer innerPart11_1;
    public ModelRenderer innerPart8_1;
    public ModelRenderer innerPart6_1;
    public ModelRenderer innerPart7_1;
    public ModelRenderer innerPart5_1;
    public ModelRenderer innerPart2_1;
    public ModelRenderer innerPart1_1;
    public ModelRenderer innerPart3_1;
    public ModelRenderer innerPart4_1;
    public ModelRenderer innerPart32_1;
    public ModelRenderer innerPart33_1;
    public ModelRenderer innerPart34_1;
    public ModelRenderer innerPart35_1;
    public ModelRenderer innerPart31_1;
    public ModelRenderer innerPart29_1;
    public ModelRenderer innerPart30_1;
    public ModelRenderer innerPart40_1;
    public ModelRenderer innerPart41_1;
    public ModelRenderer innerPart43_1;
    public ModelRenderer innerPart42_1;
    public ModelRenderer innerPart36_1;
    public ModelRenderer innerPart38_1;
    public ModelRenderer innerPart39_1;
    public ModelRenderer innerPart37_1;
    public ModelRenderer innerPart50_1;
    public ModelRenderer innerPart46_1;
    public ModelRenderer innerPart44_1;
    public ModelRenderer innerPart45_1;
    public ModelRenderer innerPart47_1;
    public ModelRenderer innerPart52_1;
    public ModelRenderer innerPart51_1;
    public ModelRenderer innerPart48_1;
    public ModelRenderer innerPart54_1;
    public ModelRenderer innerPart53_1;
    public ModelRenderer innerPart55_1;
    public ModelRenderer innerPart58_1;
    public ModelRenderer innerPart56_1;
    public ModelRenderer innerPart57_1;
    public ModelRenderer innerPart60_1;
    public ModelRenderer innerPart63_1;
    public ModelRenderer innerPart59_1;
    public ModelRenderer innerPart61_1;
    public ModelRenderer innerPart62_1;
    public ModelRenderer ring01_1;
    public ModelRenderer ring02_1;
    public ModelRenderer ring03_1;
    public ModelRenderer ring04_1;
    public ModelRenderer ring05_1;
    public ModelRenderer ring06_1;
    public ModelRenderer ring07_1;
    public ModelRenderer ring08_1;
    public ModelRenderer ring09_1;
    public ModelRenderer ring10_1;
    public ModelRenderer ring11_1;
    public ModelRenderer Ring12_1;
    public ModelRenderer core_1;
    public ModelRenderer shape96_2;
    public ModelRenderer shape97_2;
    public ModelRenderer shape98_2;
    public ModelRenderer shape89_2;
    public ModelRenderer shape94_2;
    public ModelRenderer shape95_2;
    public ModelRenderer shape93_2;
    public ModelRenderer shape92_2;
    public ModelRenderer shape90_2;
    public ModelRenderer shape91_2;
    public ModelRenderer shape88_2;
    public ModelRenderer shape82_2;
    public ModelRenderer shape85_2;
    public ModelRenderer shape86_2;
    public ModelRenderer shape84_2;
    public ModelRenderer shape87_2;
    public ModelRenderer shape81_2;
    public ModelRenderer shape83_2;
    public ModelRenderer shape80_2;
    public ModelRenderer shape70_2;
    public ModelRenderer shape75_2;
    public ModelRenderer shape74_2;
    public ModelRenderer shape76_2;
    public ModelRenderer shape79_2;
    public ModelRenderer shape69_2;
    public ModelRenderer shape77_2;
    public ModelRenderer shape72_2;
    public ModelRenderer shape71_2;
    public ModelRenderer shape73_2;
    public ModelRenderer shape78_2;
    public ModelRenderer shape68_2;
    public ModelRenderer shape57_2;
    public ModelRenderer shape65_2;
    public ModelRenderer shape64_2;
    public ModelRenderer shape58_2;
    public ModelRenderer shape66_2;
    public ModelRenderer shape67_2;
    public ModelRenderer shape63_2;
    public ModelRenderer shape62_2;
    public ModelRenderer shape59_2;
    public ModelRenderer shape61_2;
    public ModelRenderer shape60_2;
    public ModelRenderer shape56_2;
    public ModelRenderer shape34_2;
    public ModelRenderer shape40_2;
    public ModelRenderer shape41_2;
    public ModelRenderer shape39_2;
    public ModelRenderer shape38_2;
    public ModelRenderer shape33_2;
    public ModelRenderer shape42_2;
    public ModelRenderer shape43_2;
    public ModelRenderer shape35_2;
    public ModelRenderer shape36_2;
    public ModelRenderer shape37_2;
    public ModelRenderer shape32_2;
    public ModelRenderer shape20_2;
    public ModelRenderer shape31_2;
    public ModelRenderer shape30_2;
    public ModelRenderer shape24_2;
    public ModelRenderer shape27_2;
    public ModelRenderer shape23_2;
    public ModelRenderer shape25_2;
    public ModelRenderer shape26_2;
    public ModelRenderer shape22_2;
    public ModelRenderer shape29_2;
    public ModelRenderer shape28_2;
    public ModelRenderer shape21_2;
    public ModelRenderer shape12_2;
    public ModelRenderer shape16_2;
    public ModelRenderer shape17_2;
    public ModelRenderer shape14_2;
    public ModelRenderer shape15_2;
    public ModelRenderer shape13_2;
    public ModelRenderer shape19_2;
    public ModelRenderer shape18_2;
    public ModelRenderer shape6_2;
    public ModelRenderer shape10_2;
    public ModelRenderer shape9_2;
    public ModelRenderer shape11_2;
    public ModelRenderer shape8_2;
    public ModelRenderer shape4_2;
    public ModelRenderer shape5_2;
    public ModelRenderer shape7_2;
    public ModelRenderer shape2_2;
    public ModelRenderer shape3_2;
    public ModelRenderer shape1_2;
    public ModelRenderer innerPart28_2;
    public ModelRenderer innerPart22_2;
    public ModelRenderer innerPart25_2;
    public ModelRenderer innerPart26_2;
    public ModelRenderer innerPart24_2;
    public ModelRenderer innerPart27_2;
    public ModelRenderer innerPart21_2;
    public ModelRenderer innerPart20_2;
    public ModelRenderer innerPart23_2;
    public ModelRenderer innerPart17_2;
    public ModelRenderer innerPart19_2;
    public ModelRenderer innerPart18_2;
    public ModelRenderer innerPart16_2;
    public ModelRenderer innerPart14_2;
    public ModelRenderer innerPart12_2;
    public ModelRenderer innerPart15_2;
    public ModelRenderer innerPart13_2;
    public ModelRenderer innerPart10_2;
    public ModelRenderer innerPart9_2;
    public ModelRenderer innerPart11_2;
    public ModelRenderer innerPart8_2;
    public ModelRenderer innerPart6_2;
    public ModelRenderer innerPart7_2;
    public ModelRenderer innerPart5_2;
    public ModelRenderer innerPart2_2;
    public ModelRenderer innerPart1_2;
    public ModelRenderer innerPart3_2;
    public ModelRenderer innerPart4_2;
    public ModelRenderer innerPart32_2;
    public ModelRenderer innerPart33_2;
    public ModelRenderer innerPart34_2;
    public ModelRenderer innerPart35_2;
    public ModelRenderer innerPart31_2;
    public ModelRenderer innerPart29_2;
    public ModelRenderer innerPart30_2;
    public ModelRenderer innerPart40_2;
    public ModelRenderer innerPart41_2;
    public ModelRenderer innerPart43_2;
    public ModelRenderer innerPart42_2;
    public ModelRenderer innerPart36_2;
    public ModelRenderer innerPart38_2;
    public ModelRenderer innerPart39_2;
    public ModelRenderer innerPart37_2;
    public ModelRenderer innerPart50_2;
    public ModelRenderer innerPart46_2;
    public ModelRenderer innerPart44_2;
    public ModelRenderer innerPart45_2;
    public ModelRenderer innerPart47_2;
    public ModelRenderer innerPart52_2;
    public ModelRenderer innerPart51_2;
    public ModelRenderer innerPart48_2;
    public ModelRenderer innerPart54_2;
    public ModelRenderer innerPart53_2;
    public ModelRenderer innerPart55_2;
    public ModelRenderer innerPart58_2;
    public ModelRenderer innerPart56_2;
    public ModelRenderer innerPart57_2;
    public ModelRenderer innerPart60_2;
    public ModelRenderer innerPart63_2;
    public ModelRenderer innerPart59_2;
    public ModelRenderer innerPart61_2;
    public ModelRenderer innerPart62_2;
    public ModelRenderer ring01_2;
    public ModelRenderer ring02_2;
    public ModelRenderer ring03_2;
    public ModelRenderer ring04_2;
    public ModelRenderer ring05_2;
    public ModelRenderer ring06_2;
    public ModelRenderer ring07_2;
    public ModelRenderer ring08_2;
    public ModelRenderer ring09_2;
    public ModelRenderer ring10_2;
    public ModelRenderer ring11_2;
    public ModelRenderer Ring12_2;
    public ModelRenderer core_2;
    public ModelRenderer ArmorHelmed1;
    public ModelRenderer ArmorChest1;
    public ModelRenderer ArmorLegLeft1;
    public ModelRenderer ArmorLegRight1;
    public ModelRenderer ArmorRightArm1;
    public ModelRenderer ArmorLeftArm1;
    public ModelRenderer ArmorBootsRight;
    public ModelRenderer ArmorBootsLeft;
    public ModelRenderer ArmorHelmed2;
    public ModelRenderer ArmorHelmed3;
    public ModelRenderer handle01;
    public ModelRenderer handle02;
    public ModelRenderer handle03;
    public ModelRenderer handle04;
    public ModelRenderer handle05;
    public ModelRenderer handle06;
    public ModelRenderer handle07;
    public ModelRenderer handle08;
    public ModelRenderer handle09;
    public ModelRenderer handle10;
    public ModelRenderer handle11;
    public ModelRenderer handle12;
    public ModelRenderer handle13;
    public ModelRenderer handle14;
    public ModelRenderer handle15;
    public ModelRenderer handle16;
    public ModelRenderer handle17;
    public ModelRenderer handle18;
    public ModelRenderer handle19;
    public ModelRenderer handle20;

    public Model_DragonArmor(float f) {

    	super(f, 0, 400, 400);
        this.innerPart60 = new ModelRenderer(this, 18, 79);
        this.innerPart60.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart60.addBox(6.999999999999993F, -8.999999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.shape67 = new ModelRenderer(this, 0, 0);
        this.shape67.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape67.addBox(4.0000000000000036F, -10.999999999999979F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart8_1 = new ModelRenderer(this, 28, 115);
        this.innerPart8_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart8_1.addBox(-2.5F, -14.899999999999956F, 2.5F, 5, 1, 1, 0.0F);
        this.innerPart29_1 = new ModelRenderer(this, 39, 88);
        this.innerPart29_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart29_1.addBox(-2.5F, -12.899999999999956F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart50_2 = new ModelRenderer(this, 64, 112);
        this.innerPart50_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart50_2.addBox(-9.000000000000012F, -11.999999999999973F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart20 = new ModelRenderer(this, 123, 98);
        this.innerPart20.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart20.addBox(4.0000000000000036F, -8.999999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.Ring12_2 = new ModelRenderer(this, 100, 6);
        this.Ring12_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.Ring12_2.addBox(-11.000000000000004F, -2.9999999999999827F, -0.5F, 5, 1, 1, 0.0F);
        this.shape75_1 = new ModelRenderer(this, 32, 48);
        this.shape75_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape75_1.addBox(1.5F, -20.900000000000027F, 1.5F, 2, 1, 1, 0.0F);
        this.shape87_2 = new ModelRenderer(this, 8, 36);
        this.shape87_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape87_2.addBox(-6.000000000000023F, -4.999999999999988F, 2.5F, 1, 1, 1, 0.0F);
        this.shape42 = new ModelRenderer(this, 4, 32);
        this.shape42.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape42.addBox(11.999999999999972F, -4.999999999999988F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart31_1 = new ModelRenderer(this, 39, 72);
        this.innerPart31_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart31_1.addBox(3.5F, -18.900000000000002F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart30 = new ModelRenderer(this, 39, 80);
        this.innerPart30.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart30.addBox(4.0000000000000036F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.shape65_1 = new ModelRenderer(this, 4, 14);
        this.shape65_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape65_1.addBox(2.5F, -20.900000000000027F, 0.5F, 1, 1, 1, 0.0F);
        this.ArmorRightArm1 = new ModelRenderer(this, 62, 163);
        this.ArmorRightArm1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorRightArm1.addBox(-4.0F, -3.0F, -3.0F, 6, 7, 6, 0.0F);
        this.innerPart33 = new ModelRenderer(this, 25, 72);
        this.innerPart33.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart33.addBox(5.000000000000002F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape11_2 = new ModelRenderer(this, 0, 44);
        this.shape11_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape11_2.addBox(-7.0000000000000195F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape60 = new ModelRenderer(this, 0, ;
        this.shape60.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape60.addBox(4.0000000000000036F, -4.999999999999988F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart37_1 = new ModelRenderer(this, 115, 94);
        this.innerPart37_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart37_1.addBox(-1.5F, -12.899999999999956F, -1.5F, 3, 1, 1, 0.0F);
        this.shape57 = new ModelRenderer(this, 20, 50);
        this.shape57.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape57.addBox(5.9999999999999964F, -12.99999999999997F, 0.5F, 5, 1, 1, 0.0F);
        this.innerPart15 = new ModelRenderer(this, 115, 117);
        this.innerPart15.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart15.addBox(5.9999999999999964F, -4.999999999999988F, 1.5F, 5, 1, 1, 0.0F);
        this.core = new ModelRenderer(this, 110, 45);
        this.core.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.core.addBox(6.999999999999993F, -8.999999999999988F, -1.5F, 3, 3, 3, 0.0F);
        this.shape23 = new ModelRenderer(this, 0, 16);
        this.shape23.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape23.addBox(12.999999999999972F, -8.999999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.innerPart42_1 = new ModelRenderer(this, 63, 78);
        this.innerPart42_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart42_1.addBox(-3.5F, -14.899999999999956F, -1.5F, 2, 2, 1, 0.0F);
        this.handle05 = new ModelRenderer(this, 114, 16);
        this.handle05.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle05.addBox(6.0F, -2.0F, -0.5F, 1, 1, 2, 0.0F);
        this.shape95 = new ModelRenderer(this, 8, 16);
        this.shape95.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape95.addBox(9.99999999999998F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart33_2 = new ModelRenderer(this, 25, 72);
        this.innerPart33_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart33_2.addBox(-12.0F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape8_1 = new ModelRenderer(this, 0, 50);
        this.shape8_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape8_1.addBox(-2.5F, -14.899999999999956F, -4.5F, 1, 1, 1, 0.0F);
        this.innerPart24_1 = new ModelRenderer(this, 69, 98);
        this.innerPart24_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart24_1.addBox(-3.5F, -14.899999999999956F, 0.5F, 2, 2, 1, 0.0F);
        this.ring05 = new ModelRenderer(this, 115, 5);
        this.ring05.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring05.addBox(4.0000000000000036F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape61_2 = new ModelRenderer(this, 0, 6);
        this.shape61_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape61_2.addBox(-12.0F, -3.999999999999987F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart25 = new ModelRenderer(this, 60, 98);
        this.innerPart25.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart25.addBox(5.000000000000002F, -10.999999999999979F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart12_1 = new ModelRenderer(this, 48, 113);
        this.innerPart12_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart12_1.addBox(-3.5F, -18.900000000000002F, 1.5F, 1, 5, 1, 0.0F);
        this.shape70 = new ModelRenderer(this, 12, 54);
        this.shape70.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape70.addBox(6.999999999999993F, -12.99999999999997F, 1.5F, 3, 1, 1, 0.0F);
        this.shape8_2 = new ModelRenderer(this, 0, 50);
        this.shape8_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape8_2.addBox(-11.000000000000004F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape79_1 = new ModelRenderer(this, 8, 52);
        this.shape79_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape79_1.addBox(-4.5F, -19.900000000000016F, 1.5F, 1, 2, 1, 0.0F);
        this.innerPart1_1 = new ModelRenderer(this, 0, 100);
        this.innerPart1_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart1_1.addBox(-2.5F, -16.89999999999997F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart56_1 = new ModelRenderer(this, 2, 80);
        this.innerPart56_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart56_1.addBox(-2.5F, -14.899999999999956F, -3.5F, 5, 1, 1, 0.0F);
        this.shape27_1 = new ModelRenderer(this, 4, 58);
        this.shape27_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape27_1.addBox(3.5F, -14.899999999999956F, -2.5F, 1, 2, 1, 0.0F);
        this.shape81_1 = new ModelRenderer(this, 8, 40);
        this.shape81_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape81_1.addBox(3.5F, -18.900000000000002F, 2.5F, 1, 5, 1, 0.0F);
        this.shape56 = new ModelRenderer(this, 4, 24);
        this.shape56.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape56.addBox(2.9999999999999982F, -9.999999999999982F, 0.5F, 1, 5, 1, 0.0F);
        this.innerPart2 = new ModelRenderer(this, 0, 105);
        this.innerPart2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart2.addBox(6.999999999999993F, -8.999999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.innerPart12_2 = new ModelRenderer(this, 48, 113);
        this.innerPart12_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart12_2.addBox(-12.0F, -9.999999999999982F, 1.5F, 1, 5, 1, 0.0F);
        this.shape4_2 = new ModelRenderer(this, 0, 58);
        this.shape4_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape4_2.addBox(-12.0F, -9.999999999999982F, -4.5F, 1, 5, 1, 0.0F);
        this.shape90_1 = new ModelRenderer(this, 20, 42);
        this.shape90_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape90_1.addBox(-2.5F, -19.900000000000016F, 3.5F, 5, 1, 1, 0.0F);
        this.shape62_1 = new ModelRenderer(this, 0, 4);
        this.shape62_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape62_1.addBox(2.5F, -12.899999999999956F, 0.5F, 1, 1, 1, 0.0F);
        this.ring07_2 = new ModelRenderer(this, 100, 10);
        this.ring07_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring07_2.addBox(-4.000000000000028F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.handle11 = new ModelRenderer(this, 106, 10);
        this.handle11.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle11.addBox(-2.0F, -4.0F, -2.5F, 1, 1, 1, 0.0F);
        this.shape10 = new ModelRenderer(this, 0, 46);
        this.shape10.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape10.addBox(9.99999999999998F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape92_2 = new ModelRenderer(this, 8, 22);
        this.shape92_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape92_2.addBox(-11.000000000000004F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.shape33_1 = new ModelRenderer(this, 4, 46);
        this.shape33_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape33_1.addBox(4.5F, -18.900000000000002F, -1.5F, 1, 5, 1, 0.0F);
        this.ring07_1 = new ModelRenderer(this, 100, 10);
        this.ring07_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring07_1.addBox(4.5F, -18.900000000000002F, -0.5F, 1, 5, 1, 0.0F);
        this.shape93_1 = new ModelRenderer(this, 8, 20);
        this.shape93_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape93_1.addBox(-2.5F, -18.900000000000002F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart59_1 = new ModelRenderer(this, 2, 95);
        this.innerPart59_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart59_1.addBox(-2.5F, -16.89999999999997F, -4.5F, 5, 1, 1, 0.0F);
        this.shape32_2 = new ModelRenderer(this, 4, 52);
        this.shape32_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape32_2.addBox(-14.0F, -9.999999999999982F, -1.5F, 1, 5, 1, 0.0F);
        this.innerPart9_2 = new ModelRenderer(this, 28, 123);
        this.innerPart9_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart9_2.addBox(-11.000000000000004F, -9.999999999999982F, 2.5F, 5, 1, 1, 0.0F);
        this.ring08_2 = new ModelRenderer(this, 115, 10);
        this.ring08_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring08_2.addBox(-5.000000000000028F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart25_1 = new ModelRenderer(this, 60, 98);
        this.innerPart25_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart25_1.addBox(-3.5F, -19.900000000000016F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart60_2 = new ModelRenderer(this, 18, 79);
        this.innerPart60_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart60_2.addBox(-10.000000000000007F, -8.999999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.handle02 = new ModelRenderer(this, 114, 16);
        this.handle02.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle02.addBox(2.0F, -6.0F, -0.5F, 1, 2, 1, 0.0F);
        this.innerPart56_2 = new ModelRenderer(this, 2, 80);
        this.innerPart56_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart56_2.addBox(-11.000000000000004F, -5.999999999999988F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.shape68 = new ModelRenderer(this, 4, ;
        this.shape68.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape68.addBox(2.9999999999999982F, -8.999999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.ring11 = new ModelRenderer(this, 120, 0);
        this.ring11.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring11.addBox(5.000000000000002F, -3.999999999999987F, -0.5F, 1, 1, 1, 0.0F);
        this.shape83_2 = new ModelRenderer(this, 20, 44);
        this.shape83_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape83_2.addBox(-11.000000000000004F, -3.999999999999987F, 2.5F, 5, 1, 1, 0.0F);
        this.innerPart30_1 = new ModelRenderer(this, 39, 80);
        this.innerPart30_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart30_1.addBox(-4.5F, -18.900000000000002F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart15_1 = new ModelRenderer(this, 115, 117);
        this.innerPart15_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart15_1.addBox(-2.5F, -13.899999999999956F, 1.5F, 5, 1, 1, 0.0F);
        this.innerPart15_2 = new ModelRenderer(this, 115, 117);
        this.innerPart15_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart15_2.addBox(-11.000000000000004F, -4.999999999999988F, 1.5F, 5, 1, 1, 0.0F);
        this.innerPart18_1 = new ModelRenderer(this, 115, 108);
        this.innerPart18_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart18_1.addBox(3.5F, -16.89999999999997F, 1.5F, 1, 1, 1, 0.0F);
        this.handle07 = new ModelRenderer(this, 114, 22);
        this.handle07.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle07.addBox(7.0F, -2.0F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart23_2 = new ModelRenderer(this, 91, 98);
        this.innerPart23_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart23_2.addBox(-10.000000000000007F, -3.999999999999987F, 0.5F, 3, 1, 1, 0.0F);
        this.shape35 = new ModelRenderer(this, 20, 52);
        this.shape35.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape35.addBox(5.9999999999999964F, -2.9999999999999827F, -1.5F, 5, 1, 1, 0.0F);
        this.shape69_2 = new ModelRenderer(this, 4, 4);
        this.shape69_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape69_2.addBox(-4.000000000000028F, -8.999999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.innerPart47_1 = new ModelRenderer(this, 56, 108);
        this.innerPart47_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart47_1.addBox(-2.5F, -13.899999999999956F, -2.5F, 5, 1, 1, 0.0F);
        this.shape36_1 = new ModelRenderer(this, 4, 44);
        this.shape36_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape36_1.addBox(-3.5F, -12.899999999999956F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart62_2 = new ModelRenderer(this, 18, 91);
        this.innerPart62_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart62_2.addBox(-9.000000000000012F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape8 = new ModelRenderer(this, 0, 50);
        this.shape8.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape8.addBox(5.9999999999999964F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.innerPart39_1 = new ModelRenderer(this, 103, 90);
        this.innerPart39_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart39_1.addBox(3.5F, -17.899999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.innerPart44_1 = new ModelRenderer(this, 64, 121);
        this.innerPart44_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart44_1.addBox(2.5F, -18.900000000000002F, -2.5F, 1, 5, 1, 0.0F);
        this.shape34 = new ModelRenderer(this, 20, 54);
        this.shape34.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape34.addBox(5.9999999999999964F, -12.99999999999997F, -1.5F, 5, 1, 1, 0.0F);
        this.shape14_2 = new ModelRenderer(this, 0, 38);
        this.shape14_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape14_2.addBox(-5.000000000000028F, -9.999999999999982F, -3.499999999999999F, 1, 5, 1, 0.0F);
        this.innerPart46 = new ModelRenderer(this, 56, 104);
        this.innerPart46.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart46.addBox(5.9999999999999964F, -10.999999999999979F, -2.5F, 5, 1, 1, 0.0F);
        this.shape77_1 = new ModelRenderer(this, 8, 58);
        this.shape77_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape77_1.addBox(3.5F, -14.899999999999956F, 1.5F, 1, 2, 1, 0.0F);
        this.ArmorHelmed2 = new ModelRenderer(this, 157, 180);
        this.ArmorHelmed2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorHelmed2.addBox(-5.0F, -5.0F, -2.0F, 10, 2, 7, 0.0F);
        this.shape67_1 = new ModelRenderer(this, 0, 0);
        this.shape67_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape67_1.addBox(-4.5F, -19.900000000000016F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart58_1 = new ModelRenderer(this, 2, 90);
        this.innerPart58_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart58_1.addBox(-1.5F, -19.900000000000016F, -3.5F, 3, 1, 1, 0.0F);
        this.shape84_2 = new ModelRenderer(this, 4, 2);
        this.shape84_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape84_2.addBox(-12.0F, -4.999999999999988F, 2.5F, 1, 1, 1, 0.0F);
        this.core_2 = new ModelRenderer(this, 110, 45);
        this.core_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.core_2.addBox(-10.000000000000007F, -8.999999999999988F, -1.5F, 3, 3, 3, 0.0F);
        this.ArmorChest1 = new ModelRenderer(this, 157, 59);
        this.ArmorChest1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorChest1.addBox(-5.0F, -1.0F, -3.0F, 10, 14, 6, 0.0F);
        this.ring03 = new ModelRenderer(this, 115, 15);
        this.ring03.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring03.addBox(5.000000000000002F, -11.999999999999973F, -0.5F, 1, 1, 1, 0.0F);
        this.shape3_1 = new ModelRenderer(this, 12, 60);
        this.shape3_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape3_1.addBox(-1.5F, -14.899999999999956F, -5.5F, 3, 1, 1, 0.0F);
        this.shape73_2 = new ModelRenderer(this, 32, 52);
        this.shape73_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape73_2.addBox(-12.0F, -3.999999999999987F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart22 = new ModelRenderer(this, 77, 98);
        this.innerPart22.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart22.addBox(6.999999999999993F, -11.999999999999973F, 0.5F, 3, 1, 1, 0.0F);
        this.shape22_1 = new ModelRenderer(this, 0, 20);
        this.shape22_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape22_1.addBox(-5.5F, -17.899999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.shape40 = new ModelRenderer(this, 4, 36);
        this.shape40.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape40.addBox(10.999999999999977F, -11.999999999999973F, -1.5F, 1, 1, 1, 0.0F);
        this.shape70_1 = new ModelRenderer(this, 12, 54);
        this.shape70_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape70_1.addBox(-1.5F, -21.90000000000004F, 1.5F, 3, 1, 1, 0.0F);
        this.shape71_2 = new ModelRenderer(this, 12, 52);
        this.shape71_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape71_2.addBox(-10.000000000000007F, -2.9999999999999827F, 1.5F, 3, 1, 1, 0.0F);
        this.shape30 = new ModelRenderer(this, 32, 58);
        this.shape30.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape30.addBox(9.99999999999998F, -11.999999999999973F, -2.5F, 2, 1, 1, 0.0F);
        this.innerPart34_1 = new ModelRenderer(this, 19, 72);
        this.innerPart34_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart34_1.addBox(-3.5F, -13.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.shape5_1 = new ModelRenderer(this, 0, 52);
        this.shape5_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape5_1.addBox(2.5F, -18.900000000000002F, -4.5F, 1, 5, 1, 0.0F);
        this.shape86_2 = new ModelRenderer(this, 8, 38);
        this.shape86_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape86_2.addBox(-6.000000000000023F, -10.999999999999979F, 2.5F, 1, 1, 1, 0.0F);
        this.ring10_2 = new ModelRenderer(this, 115, 0);
        this.ring10_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring10_2.addBox(-6.000000000000023F, -3.999999999999987F, -0.5F, 1, 1, 1, 0.0F);
        this.shape28_1 = new ModelRenderer(this, 32, 62);
        this.shape28_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape28_1.addBox(-3.5F, -12.899999999999956F, -2.5F, 2, 1, 1, 0.0F);
        this.ring03_2 = new ModelRenderer(this, 115, 15);
        this.ring03_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring03_2.addBox(-12.0F, -11.999999999999973F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart63_1 = new ModelRenderer(this, 18, 98);
        this.innerPart63_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart63_1.addBox(-0.5F, -18.900000000000002F, -4.5F, 1, 1, 1, 0.0F);
        this.shape67_2 = new ModelRenderer(this, 0, 0);
        this.shape67_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape67_2.addBox(-12.999999999999996F, -10.999999999999979F, 0.5F, 1, 1, 1, 0.0F);
        this.shape82 = new ModelRenderer(this, 20, 46);
        this.shape82.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape82.addBox(5.9999999999999964F, -11.999999999999973F, 2.5F, 5, 1, 1, 0.0F);
        this.shape22 = new ModelRenderer(this, 0, 20);
        this.shape22.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape22.addBox(2.9999999999999982F, -8.999999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.innerPart45_1 = new ModelRenderer(this, 72, 121);
        this.innerPart45_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart45_1.addBox(-3.5F, -18.900000000000002F, -2.5F, 1, 5, 1, 0.0F);
        this.innerPart16_2 = new ModelRenderer(this, 115, 112);
        this.innerPart16_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart16_2.addBox(-9.000000000000012F, -3.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.shape12_1 = new ModelRenderer(this, 20, 58);
        this.shape12_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape12_1.addBox(-2.5F, -20.900000000000027F, -3.5F, 5, 1, 1, 0.0F);
        this.innerPart42 = new ModelRenderer(this, 63, 78);
        this.innerPart42.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart42.addBox(5.000000000000002F, -5.999999999999988F, -1.5F, 2, 2, 1, 0.0F);
        this.shape19_1 = new ModelRenderer(this, 0, 24);
        this.shape19_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape19_1.addBox(2.5F, -13.899999999999956F, -3.5F, 1, 1, 1, 0.0F);
        this.shape94 = new ModelRenderer(this, 8, 18);
        this.shape94.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape94.addBox(9.99999999999998F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.shape24_2 = new ModelRenderer(this, 0, 13);
        this.shape24_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape24_2.addBox(-5.000000000000028F, -10.999999999999979F, -2.5F, 1, 2, 1, 0.0F);
        this.shape60_1 = new ModelRenderer(this, 0, ;
        this.shape60_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape60_1.addBox(-4.5F, -13.899999999999956F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart9_1 = new ModelRenderer(this, 28, 123);
        this.innerPart9_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart9_1.addBox(-2.5F, -18.900000000000002F, 2.5F, 5, 1, 1, 0.0F);
        this.innerPart18_2 = new ModelRenderer(this, 115, 108);
        this.innerPart18_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart18_2.addBox(-5.000000000000028F, -7.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.innerPart6_2 = new ModelRenderer(this, 14, 105);
        this.innerPart6_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart6_2.addBox(-12.0F, -8.999999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.shape76_2 = new ModelRenderer(this, 8, 61);
        this.shape76_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape76_2.addBox(-5.000000000000028F, -10.999999999999979F, 1.5F, 1, 2, 1, 0.0F);
        this.innerPart3_2 = new ModelRenderer(this, 0, 115);
        this.innerPart3_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart3_2.addBox(-10.000000000000007F, -6.999999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.shape20 = new ModelRenderer(this, 12, 58);
        this.shape20.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape20.addBox(6.999999999999993F, -12.99999999999997F, -2.5F, 3, 1, 1, 0.0F);
        this.shape16_2 = new ModelRenderer(this, 0, 30);
        this.shape16_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape16_2.addBox(-6.000000000000023F, -10.999999999999979F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape42_1 = new ModelRenderer(this, 4, 32);
        this.shape42_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape42_1.addBox(3.5F, -13.899999999999956F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart21_2 = new ModelRenderer(this, 103, 98);
        this.innerPart21_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart21_2.addBox(-5.000000000000028F, -8.999999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.shape78_1 = new ModelRenderer(this, 8, 55);
        this.shape78_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape78_1.addBox(-4.5F, -14.899999999999956F, 1.5F, 1, 2, 1, 0.0F);
        this.shape5_2 = new ModelRenderer(this, 0, 52);
        this.shape5_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape5_2.addBox(-6.000000000000023F, -9.999999999999982F, -4.5F, 1, 5, 1, 0.0F);
        this.shape89_2 = new ModelRenderer(this, 8, 24);
        this.shape89_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape89_2.addBox(-6.000000000000023F, -9.999999999999982F, 3.5F, 1, 5, 1, 0.0F);
        this.innerPart4 = new ModelRenderer(this, 0, 110);
        this.innerPart4.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart4.addBox(7.999999999999988F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.handle13 = new ModelRenderer(this, 106, 10);
        this.handle13.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle13.addBox(-5.0F, -4.0F, -0.5F, 4, 1, 1, 0.0F);
        this.innerPart43_2 = new ModelRenderer(this, 73, 79);
        this.innerPart43_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart43_2.addBox(-7.0000000000000195F, -5.999999999999988F, -1.5F, 2, 2, 1, 0.0F);
        this.shape31 = new ModelRenderer(this, 32, 56);
        this.shape31.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape31.addBox(5.000000000000002F, -11.999999999999973F, -2.5F, 2, 1, 1, 0.0F);
        this.ArmorLegRight1 = new ModelRenderer(this, 157, 96);
        this.ArmorLegRight1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorLegRight1.addBox(-2.9F, 0.0F, -3.0F, 5, 9, 6, 0.0F);
        this.innerPart38_1 = new ModelRenderer(this, 109, 90);
        this.innerPart38_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart38_1.addBox(-4.5F, -17.899999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.shape96 = new ModelRenderer(this, 20, 36);
        this.shape96.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape96.addBox(5.9999999999999964F, -8.999999999999988F, 4.5F, 5, 3, 1, 0.0F);
        this.shape65 = new ModelRenderer(this, 4, 14);
        this.shape65.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape65.addBox(10.999999999999977F, -11.999999999999973F, 0.5F, 1, 1, 1, 0.0F);
        this.shape33_2 = new ModelRenderer(this, 4, 46);
        this.shape33_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape33_2.addBox(-4.000000000000028F, -9.999999999999982F, -1.5F, 1, 5, 1, 0.0F);
        this.shape21 = new ModelRenderer(this, 12, 56);
        this.shape21.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape21.addBox(6.999999999999993F, -2.9999999999999827F, -2.5F, 3, 1, 1, 0.0F);
        this.shape38_1 = new ModelRenderer(this, 4, 40);
        this.shape38_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape38_1.addBox(-4.5F, -19.900000000000016F, -1.5F, 1, 1, 1, 0.0F);
        this.shape39_1 = new ModelRenderer(this, 4, 38);
        this.shape39_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape39_1.addBox(-3.5F, -20.900000000000027F, -1.5F, 1, 1, 1, 0.0F);
        this.shape4 = new ModelRenderer(this, 0, 58);
        this.shape4.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape4.addBox(5.000000000000002F, -9.999999999999982F, -4.5F, 1, 5, 1, 0.0F);
        this.innerPart34_2 = new ModelRenderer(this, 19, 72);
        this.innerPart34_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart34_2.addBox(-12.0F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart10_2 = new ModelRenderer(this, 28, 123);
        this.innerPart10_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart10_2.addBox(-10.000000000000007F, -10.999999999999979F, 2.5F, 3, 1, 1, 0.0F);
        this.shape83 = new ModelRenderer(this, 20, 44);
        this.shape83.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape83.addBox(5.9999999999999964F, -3.999999999999987F, 2.5F, 5, 1, 1, 0.0F);
        this.shape80_1 = new ModelRenderer(this, 8, 46);
        this.shape80_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape80_1.addBox(-4.5F, -18.900000000000002F, 2.5F, 1, 5, 1, 0.0F);
        this.innerPart16_1 = new ModelRenderer(this, 115, 112);
        this.innerPart16_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart16_1.addBox(-0.5F, -12.899999999999956F, 1.5F, 1, 1, 1, 0.0F);
        this.shape43_2 = new ModelRenderer(this, 4, 30);
        this.shape43_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape43_2.addBox(-6.000000000000023F, -3.999999999999987F, -1.5F, 1, 1, 1, 0.0F);
        this.shape56_1 = new ModelRenderer(this, 4, 24);
        this.shape56_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape56_1.addBox(-5.5F, -18.900000000000002F, 0.5F, 1, 5, 1, 0.0F);
        this.innerPart38_2 = new ModelRenderer(this, 109, 90);
        this.innerPart38_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart38_2.addBox(-12.999999999999996F, -8.999999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.innerPart6_1 = new ModelRenderer(this, 14, 105);
        this.innerPart6_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart6_1.addBox(-3.5F, -17.899999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.innerPart19_2 = new ModelRenderer(this, 115, 98);
        this.innerPart19_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart19_2.addBox(-12.999999999999996F, -7.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.innerPart59 = new ModelRenderer(this, 2, 95);
        this.innerPart59.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart59.addBox(5.9999999999999964F, -7.999999999999987F, -4.5F, 5, 1, 1, 0.0F);
        this.innerPart46_1 = new ModelRenderer(this, 56, 104);
        this.innerPart46_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart46_1.addBox(-2.5F, -19.900000000000016F, -2.5F, 5, 1, 1, 0.0F);
        this.shape86 = new ModelRenderer(this, 8, 38);
        this.shape86.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape86.addBox(10.999999999999977F, -10.999999999999979F, 2.5F, 1, 1, 1, 0.0F);
        this.ring06_1 = new ModelRenderer(this, 96, 0);
        this.ring06_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring06_1.addBox(-5.5F, -18.900000000000002F, -0.5F, 1, 5, 1, 0.0F);
        this.handle17 = new ModelRenderer(this, 106, 10);
        this.handle17.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle17.addBox(-6.0F, 0.0F, -0.5F, 1, 2, 1, 0.0F);
        this.innerPart32 = new ModelRenderer(this, 31, 72);
        this.innerPart32.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart32.addBox(10.999999999999977F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape90_2 = new ModelRenderer(this, 20, 42);
        this.shape90_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape90_2.addBox(-11.000000000000004F, -10.999999999999979F, 3.5F, 5, 1, 1, 0.0F);
        this.ArmorHelmed3 = new ModelRenderer(this, 146, 166);
        this.ArmorHelmed3.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorHelmed3.addBox(-5.0F, -3.0F, -5.0F, 10, 4, 10, 0.0F);
        this.shape69_1 = new ModelRenderer(this, 4, 4);
        this.shape69_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape69_1.addBox(4.5F, -17.899999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.ring01_2 = new ModelRenderer(this, 100, 0);
        this.ring01_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring01_2.addBox(-11.000000000000004F, -12.999999999999972F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart1 = new ModelRenderer(this, 0, 100);
        this.innerPart1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart1.addBox(5.9999999999999964F, -7.999999999999987F, 3.5F, 5, 1, 1, 0.0F);
        this.shape37 = new ModelRenderer(this, 4, 42);
        this.shape37.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape37.addBox(4.0000000000000036F, -4.999999999999988F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart10_1 = new ModelRenderer(this, 28, 123);
        this.innerPart10_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart10_1.addBox(-1.5F, -19.900000000000016F, 2.5F, 3, 1, 1, 0.0F);
        this.innerPart31 = new ModelRenderer(this, 39, 72);
        this.innerPart31.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart31.addBox(11.999999999999972F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart31_2 = new ModelRenderer(this, 39, 72);
        this.innerPart31_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart31_2.addBox(-5.000000000000028F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.shape63_2 = new ModelRenderer(this, 0, 2);
        this.shape63_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape63_2.addBox(-5.000000000000028F, -4.999999999999988F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart5_1 = new ModelRenderer(this, 0, 115);
        this.innerPart5_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart5_1.addBox(-0.5F, -18.900000000000002F, 3.5F, 1, 1, 1, 0.0F);
        this.shape35_1 = new ModelRenderer(this, 20, 52);
        this.shape35_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape35_1.addBox(-2.5F, -11.899999999999956F, -1.5F, 5, 1, 1, 0.0F);
        this.innerPart26_1 = new ModelRenderer(this, 50, 98);
        this.innerPart26_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart26_1.addBox(1.5F, -19.900000000000016F, 0.5F, 2, 2, 1, 0.0F);
        this.shape74_1 = new ModelRenderer(this, 32, 50);
        this.shape74_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape74_1.addBox(-3.5F, -20.900000000000027F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart57 = new ModelRenderer(this, 2, 74);
        this.innerPart57.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart57.addBox(6.999999999999993F, -4.999999999999988F, -3.499999999999999F, 3, 1, 1, 0.0F);
        this.shape66_2 = new ModelRenderer(this, 4, 12);
        this.shape66_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape66_2.addBox(-12.0F, -11.999999999999973F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart7 = new ModelRenderer(this, 28, 105);
        this.innerPart7.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart7.addBox(9.99999999999998F, -8.999999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.shape80 = new ModelRenderer(this, 8, 46);
        this.shape80.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape80.addBox(4.0000000000000036F, -9.999999999999982F, 2.5F, 1, 5, 1, 0.0F);
        this.shape74 = new ModelRenderer(this, 32, 50);
        this.shape74.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape74.addBox(5.000000000000002F, -11.999999999999973F, 1.5F, 2, 1, 1, 0.0F);
        this.shape36_2 = new ModelRenderer(this, 4, 44);
        this.shape36_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape36_2.addBox(-12.0F, -3.999999999999987F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart38 = new ModelRenderer(this, 109, 90);
        this.innerPart38.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart38.addBox(4.0000000000000036F, -8.999999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.innerPart28_2 = new ModelRenderer(this, 39, 92);
        this.innerPart28_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart28_2.addBox(-11.000000000000004F, -11.999999999999973F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart17 = new ModelRenderer(this, 115, 104);
        this.innerPart17.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart17.addBox(7.999999999999988F, -11.999999999999973F, 1.5F, 1, 1, 1, 0.0F);
        this.shape57_2 = new ModelRenderer(this, 20, 50);
        this.shape57_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape57_2.addBox(-11.000000000000004F, -12.99999999999997F, 0.5F, 5, 1, 1, 0.0F);
        this.shape29_1 = new ModelRenderer(this, 32, 60);
        this.shape29_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape29_1.addBox(1.5F, -12.899999999999956F, -2.5F, 2, 1, 1, 0.0F);
        this.handle12 = new ModelRenderer(this, 106, 10);
        this.handle12.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle12.addBox(-2.0F, -5.0F, -1.5F, 1, 2, 1, 0.0F);
        this.shape5 = new ModelRenderer(this, 0, 52);
        this.shape5.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape5.addBox(10.999999999999977F, -9.999999999999982F, -4.5F, 1, 5, 1, 0.0F);
        this.shape59_2 = new ModelRenderer(this, 20, 48);
        this.shape59_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape59_2.addBox(-11.000000000000004F, -2.9999999999999827F, 0.5F, 5, 1, 1, 0.0F);
        this.ring06 = new ModelRenderer(this, 96, 0);
        this.ring06.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring06.addBox(2.9999999999999982F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart7_2 = new ModelRenderer(this, 28, 105);
        this.innerPart7_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart7_2.addBox(-7.0000000000000195F, -8.999999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.handle06 = new ModelRenderer(this, 106, 10);
        this.handle06.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle06.addBox(1.0F, -5.0F, -1.5F, 1, 2, 1, 0.0F);
        this.shape72_1 = new ModelRenderer(this, 32, 54);
        this.shape72_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape72_1.addBox(1.5F, -12.899999999999956F, 1.5F, 2, 1, 1, 0.0F);
        this.shape37_2 = new ModelRenderer(this, 4, 42);
        this.shape37_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape37_2.addBox(-12.999999999999996F, -4.999999999999988F, -1.5F, 1, 1, 1, 0.0F);
        this.shape63_1 = new ModelRenderer(this, 0, 2);
        this.shape63_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape63_1.addBox(3.5F, -13.899999999999956F, 0.5F, 1, 1, 1, 0.0F);
        this.ring02_1 = new ModelRenderer(this, 115, 10);
        this.ring02_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring02_1.addBox(2.5F, -20.900000000000027F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart45 = new ModelRenderer(this, 72, 121);
        this.innerPart45.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart45.addBox(5.000000000000002F, -9.999999999999982F, -2.5F, 1, 5, 1, 0.0F);
        this.shape56_2 = new ModelRenderer(this, 4, 24);
        this.shape56_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape56_2.addBox(-14.0F, -9.999999999999982F, 0.5F, 1, 5, 1, 0.0F);
        this.shape95_1 = new ModelRenderer(this, 8, 16);
        this.shape95_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape95_1.addBox(1.5F, -14.899999999999956F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart37_2 = new ModelRenderer(this, 115, 94);
        this.innerPart37_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart37_2.addBox(-10.000000000000007F, -3.999999999999987F, -1.5F, 3, 1, 1, 0.0F);
        this.shape20_2 = new ModelRenderer(this, 12, 58);
        this.shape20_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape20_2.addBox(-10.000000000000007F, -12.99999999999997F, -2.5F, 3, 1, 1, 0.0F);
        this.innerPart10 = new ModelRenderer(this, 28, 123);
        this.innerPart10.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart10.addBox(6.999999999999993F, -10.999999999999979F, 2.5F, 3, 1, 1, 0.0F);
        this.shape20_1 = new ModelRenderer(this, 12, 58);
        this.shape20_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape20_1.addBox(-1.5F, -21.90000000000004F, -2.5F, 3, 1, 1, 0.0F);
        this.innerPart51_1 = new ModelRenderer(this, 64, 116);
        this.innerPart51_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart51_1.addBox(-4.5F, -16.89999999999997F, -2.5F, 1, 1, 1, 0.0F);
        this.shape1_1 = new ModelRenderer(this, 20, 32);
        this.shape1_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape1_1.addBox(-2.5F, -17.899999999999988F, -5.5F, 5, 3, 1, 0.0F);
        this.ring04 = new ModelRenderer(this, 115, 20);
        this.ring04.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring04.addBox(11.999999999999972F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart22_2 = new ModelRenderer(this, 77, 98);
        this.innerPart22_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart22_2.addBox(-10.000000000000007F, -11.999999999999973F, 0.5F, 3, 1, 1, 0.0F);
        this.innerPart48_1 = new ModelRenderer(this, 56, 112);
        this.innerPart48_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart48_1.addBox(-0.5F, -12.899999999999956F, -2.5F, 1, 1, 1, 0.0F);
        this.ring03_1 = new ModelRenderer(this, 115, 15);
        this.ring03_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring03_1.addBox(-3.5F, -20.900000000000027F, -0.5F, 1, 1, 1, 0.0F);
        this.shape27 = new ModelRenderer(this, 4, 58);
        this.shape27.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape27.addBox(11.999999999999972F, -5.999999999999988F, -2.5F, 1, 2, 1, 0.0F);
        this.shape6 = new ModelRenderer(this, 20, 62);
        this.shape6.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape6.addBox(5.9999999999999964F, -10.999999999999979F, -4.5F, 5, 1, 1, 0.0F);
        this.innerPart20_2 = new ModelRenderer(this, 123, 98);
        this.innerPart20_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart20_2.addBox(-12.999999999999996F, -8.999999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.shape58_1 = new ModelRenderer(this, 4, 18);
        this.shape58_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape58_1.addBox(4.5F, -18.900000000000002F, 0.5F, 1, 5, 1, 0.0F);
        this.shape19_2 = new ModelRenderer(this, 0, 24);
        this.shape19_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape19_2.addBox(-6.000000000000023F, -4.999999999999988F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.innerPart53 = new ModelRenderer(this, 28, 76);
        this.innerPart53.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart53.addBox(9.99999999999998F, -8.999999999999988F, -3.499999999999999F, 2, 3, 1, 0.0F);
        this.shape98_1 = new ModelRenderer(this, 12, 48);
        this.shape98_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape98_1.addBox(-1.5F, -14.899999999999956F, 4.5F, 3, 1, 1, 0.0F);
        this.ArmorLegLeft1 = new ModelRenderer(this, 157, 81);
        this.ArmorLegLeft1.mirror = true;
        this.ArmorLegLeft1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorLegLeft1.addBox(-2.1F, 0.0F, -3.0F, 5, 9, 6, 0.0F);
        this.innerPart26_2 = new ModelRenderer(this, 50, 98);
        this.innerPart26_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart26_2.addBox(-7.0000000000000195F, -10.999999999999979F, 0.5F, 2, 2, 1, 0.0F);
        this.shape59 = new ModelRenderer(this, 20, 48);
        this.shape59.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape59.addBox(5.9999999999999964F, -2.9999999999999827F, 0.5F, 5, 1, 1, 0.0F);
        this.innerPart6 = new ModelRenderer(this, 14, 105);
        this.innerPart6.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart6.addBox(5.000000000000002F, -8.999999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.shape24_1 = new ModelRenderer(this, 0, 13);
        this.shape24_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape24_1.addBox(3.5F, -19.900000000000016F, -2.5F, 1, 2, 1, 0.0F);
        this.shape4_1 = new ModelRenderer(this, 0, 58);
        this.shape4_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape4_1.addBox(-3.5F, -18.900000000000002F, -4.5F, 1, 5, 1, 0.0F);
        this.innerPart18 = new ModelRenderer(this, 115, 108);
        this.innerPart18.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart18.addBox(11.999999999999972F, -7.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.shape86_1 = new ModelRenderer(this, 8, 38);
        this.shape86_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape86_1.addBox(2.5F, -19.900000000000016F, 2.5F, 1, 1, 1, 0.0F);
        this.innerPart53_2 = new ModelRenderer(this, 28, 76);
        this.innerPart53_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart53_2.addBox(-7.0000000000000195F, -8.999999999999988F, -3.499999999999999F, 2, 3, 1, 0.0F);
        this.innerPart63 = new ModelRenderer(this, 18, 98);
        this.innerPart63.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart63.addBox(7.999999999999988F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape21_1 = new ModelRenderer(this, 12, 56);
        this.shape21_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape21_1.addBox(-1.5F, -11.899999999999956F, -2.5F, 3, 1, 1, 0.0F);
        this.shape43_1 = new ModelRenderer(this, 4, 30);
        this.shape43_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape43_1.addBox(2.5F, -12.899999999999956F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart23_1 = new ModelRenderer(this, 91, 98);
        this.innerPart23_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart23_1.addBox(-1.5F, -12.899999999999956F, 0.5F, 3, 1, 1, 0.0F);
        this.ring04_2 = new ModelRenderer(this, 115, 20);
        this.ring04_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring04_2.addBox(-5.000000000000028F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart44_2 = new ModelRenderer(this, 64, 121);
        this.innerPart44_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart44_2.addBox(-6.000000000000023F, -9.999999999999982F, -2.5F, 1, 5, 1, 0.0F);
        this.ring02 = new ModelRenderer(this, 115, 10);
        this.ring02.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring02.addBox(10.999999999999977F, -11.999999999999973F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart13_1 = new ModelRenderer(this, 58, 121);
        this.innerPart13_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart13_1.addBox(2.5F, -18.900000000000002F, 1.5F, 1, 5, 1, 0.0F);
        this.innerPart21 = new ModelRenderer(this, 103, 98);
        this.innerPart21.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart21.addBox(11.999999999999972F, -8.999999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.ring10_1 = new ModelRenderer(this, 115, 0);
        this.ring10_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring10_1.addBox(2.5F, -12.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.shape64_2 = new ModelRenderer(this, 4, 16);
        this.shape64_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape64_2.addBox(-5.000000000000028F, -10.999999999999979F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart1_2 = new ModelRenderer(this, 0, 100);
        this.innerPart1_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart1_2.addBox(-11.000000000000004F, -7.999999999999987F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart52_1 = new ModelRenderer(this, 56, 116);
        this.innerPart52_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart52_1.addBox(3.5F, -16.89999999999997F, -2.5F, 1, 1, 1, 0.0F);
        this.handle01 = new ModelRenderer(this, 106, 11);
        this.handle01.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle01.addBox(1.0F, -5.0F, -0.5F, 1, 1, 1, 0.0F);
        this.ring07 = new ModelRenderer(this, 100, 10);
        this.ring07.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring07.addBox(12.999999999999972F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart55_1 = new ModelRenderer(this, 2, 84);
        this.innerPart55_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart55_1.addBox(-2.5F, -18.900000000000002F, -3.5F, 5, 1, 1, 0.0F);
        this.shape72 = new ModelRenderer(this, 32, 54);
        this.shape72.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape72.addBox(9.99999999999998F, -3.999999999999987F, 1.5F, 2, 1, 1, 0.0F);
        this.shape13_1 = new ModelRenderer(this, 20, 56);
        this.shape13_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape13_1.addBox(-2.5F, -12.899999999999956F, -3.5F, 5, 1, 1, 0.0F);
        this.handle10 = new ModelRenderer(this, 106, 10);
        this.handle10.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle10.addBox(-3.0F, -7.0F, -0.5F, 1, 1, 2, 0.0F);
        this.handle20 = new ModelRenderer(this, 106, 10);
        this.handle20.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle20.addBox(-7.0F, -2.0F, -0.5F, 1, 1, 1, 0.0F);
        this.shape98_2 = new ModelRenderer(this, 12, 48);
        this.shape98_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape98_2.addBox(-10.000000000000007F, -5.999999999999988F, 4.5F, 3, 1, 1, 0.0F);
        this.ring09_2 = new ModelRenderer(this, 100, 20);
        this.ring09_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring09_2.addBox(-12.999999999999996F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.shape63 = new ModelRenderer(this, 0, 2);
        this.shape63.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape63.addBox(11.999999999999972F, -4.999999999999988F, 0.5F, 1, 1, 1, 0.0F);
        this.shape84 = new ModelRenderer(this, 4, 2);
        this.shape84.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape84.addBox(5.000000000000002F, -4.999999999999988F, 2.5F, 1, 1, 1, 0.0F);
        this.shape81 = new ModelRenderer(this, 8, 40);
        this.shape81.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape81.addBox(11.999999999999972F, -9.999999999999982F, 2.5F, 1, 5, 1, 0.0F);
        this.shape19 = new ModelRenderer(this, 0, 24);
        this.shape19.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape19.addBox(10.999999999999977F, -4.999999999999988F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape59_1 = new ModelRenderer(this, 20, 48);
        this.shape59_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape59_1.addBox(-2.5F, -11.899999999999956F, 0.5F, 5, 1, 1, 0.0F);
        this.innerPart36 = new ModelRenderer(this, 77, 92);
        this.innerPart36.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart36.addBox(6.999999999999993F, -11.999999999999973F, -1.5F, 3, 1, 1, 0.0F);
        this.innerPart55 = new ModelRenderer(this, 2, 84);
        this.innerPart55.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart55.addBox(5.9999999999999964F, -9.999999999999982F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.shape17 = new ModelRenderer(this, 0, 28);
        this.shape17.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape17.addBox(5.000000000000002F, -10.999999999999979F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape16_1 = new ModelRenderer(this, 0, 30);
        this.shape16_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape16_1.addBox(2.5F, -19.900000000000016F, -3.5F, 1, 1, 1, 0.0F);
        this.shape43 = new ModelRenderer(this, 4, 30);
        this.shape43.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape43.addBox(10.999999999999977F, -3.999999999999987F, -1.5F, 1, 1, 1, 0.0F);
        this.shape32_1 = new ModelRenderer(this, 4, 52);
        this.shape32_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape32_1.addBox(-5.5F, -18.900000000000002F, -1.5F, 1, 5, 1, 0.0F);
        this.shape96_2 = new ModelRenderer(this, 20, 36);
        this.shape96_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape96_2.addBox(-11.000000000000004F, -8.999999999999988F, 4.5F, 5, 3, 1, 0.0F);
        this.innerPart26 = new ModelRenderer(this, 50, 98);
        this.innerPart26.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart26.addBox(9.99999999999998F, -10.999999999999979F, 0.5F, 2, 2, 1, 0.0F);
        this.shape57_1 = new ModelRenderer(this, 20, 50);
        this.shape57_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape57_1.addBox(-2.5F, -21.90000000000004F, 0.5F, 5, 1, 1, 0.0F);
        this.shape92 = new ModelRenderer(this, 8, 22);
        this.shape92.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape92.addBox(5.9999999999999964F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.shape93_2 = new ModelRenderer(this, 8, 20);
        this.shape93_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape93_2.addBox(-11.000000000000004F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart39_2 = new ModelRenderer(this, 103, 90);
        this.innerPart39_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart39_2.addBox(-5.000000000000028F, -8.999999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.shape22_2 = new ModelRenderer(this, 0, 20);
        this.shape22_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape22_2.addBox(-14.0F, -8.999999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.shape18 = new ModelRenderer(this, 0, 26);
        this.shape18.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape18.addBox(5.000000000000002F, -4.999999999999988F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.innerPart54_1 = new ModelRenderer(this, 28, 84);
        this.innerPart54_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart54_1.addBox(-3.5F, -17.899999999999988F, -3.5F, 2, 3, 1, 0.0F);
        this.shape72_2 = new ModelRenderer(this, 32, 54);
        this.shape72_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape72_2.addBox(-7.0000000000000195F, -3.999999999999987F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart56 = new ModelRenderer(this, 2, 80);
        this.innerPart56.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart56.addBox(5.9999999999999964F, -5.999999999999988F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.core_1 = new ModelRenderer(this, 110, 45);
        this.core_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.core_1.addBox(-1.5F, -17.899999999999988F, -1.5F, 3, 3, 3, 0.0F);
        this.handle04 = new ModelRenderer(this, 114, 18);
        this.handle04.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle04.addBox(5.0F, -2.0F, 0.5F, 1, 1, 2, 0.0F);
        this.shape6_1 = new ModelRenderer(this, 20, 62);
        this.shape6_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape6_1.addBox(-2.5F, -19.900000000000016F, -4.5F, 5, 1, 1, 0.0F);
        this.ring06_2 = new ModelRenderer(this, 96, 0);
        this.ring06_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring06_2.addBox(-14.0F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.shape41 = new ModelRenderer(this, 4, 34);
        this.shape41.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape41.addBox(11.999999999999972F, -10.999999999999979F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart41 = new ModelRenderer(this, 63, 84);
        this.innerPart41.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart41.addBox(5.000000000000002F, -10.999999999999979F, -1.5F, 2, 2, 1, 0.0F);
        this.innerPart2_2 = new ModelRenderer(this, 0, 105);
        this.innerPart2_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart2_2.addBox(-10.000000000000007F, -8.999999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.innerPart3 = new ModelRenderer(this, 0, 115);
        this.innerPart3.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart3.addBox(6.999999999999993F, -6.999999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.shape89 = new ModelRenderer(this, 8, 24);
        this.shape89.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape89.addBox(10.999999999999977F, -9.999999999999982F, 3.5F, 1, 5, 1, 0.0F);
        this.shape64 = new ModelRenderer(this, 4, 16);
        this.shape64.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape64.addBox(11.999999999999972F, -10.999999999999979F, 0.5F, 1, 1, 1, 0.0F);
        this.shape12 = new ModelRenderer(this, 20, 58);
        this.shape12.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape12.addBox(5.9999999999999964F, -11.999999999999973F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.shape42_2 = new ModelRenderer(this, 4, 32);
        this.shape42_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape42_2.addBox(-5.000000000000028F, -4.999999999999988F, -1.5F, 1, 1, 1, 0.0F);
        this.shape71 = new ModelRenderer(this, 12, 52);
        this.shape71.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape71.addBox(6.999999999999993F, -2.9999999999999827F, 1.5F, 3, 1, 1, 0.0F);
        this.innerPart44 = new ModelRenderer(this, 64, 121);
        this.innerPart44.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart44.addBox(10.999999999999977F, -9.999999999999982F, -2.5F, 1, 5, 1, 0.0F);
        this.shape94_1 = new ModelRenderer(this, 8, 18);
        this.shape94_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape94_1.addBox(1.5F, -18.900000000000002F, 3.5F, 1, 1, 1, 0.0F);
        this.shape81_2 = new ModelRenderer(this, 8, 40);
        this.shape81_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape81_2.addBox(-5.000000000000028F, -9.999999999999982F, 2.5F, 1, 5, 1, 0.0F);
        this.shape79 = new ModelRenderer(this, 8, 52);
        this.shape79.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape79.addBox(4.0000000000000036F, -10.999999999999979F, 1.5F, 1, 2, 1, 0.0F);
        this.innerPart42_2 = new ModelRenderer(this, 63, 78);
        this.innerPart42_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart42_2.addBox(-12.0F, -5.999999999999988F, -1.5F, 2, 2, 1, 0.0F);
        this.innerPart9 = new ModelRenderer(this, 28, 123);
        this.innerPart9.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart9.addBox(5.9999999999999964F, -9.999999999999982F, 2.5F, 5, 1, 1, 0.0F);
        this.shape58_2 = new ModelRenderer(this, 4, 18);
        this.shape58_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape58_2.addBox(-4.000000000000028F, -9.999999999999982F, 0.5F, 1, 5, 1, 0.0F);
        this.innerPart43 = new ModelRenderer(this, 73, 79);
        this.innerPart43.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart43.addBox(9.99999999999998F, -5.999999999999988F, -1.5F, 2, 2, 1, 0.0F);
        this.shape13_2 = new ModelRenderer(this, 20, 56);
        this.shape13_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape13_2.addBox(-11.000000000000004F, -3.999999999999987F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.innerPart4_1 = new ModelRenderer(this, 0, 110);
        this.innerPart4_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart4_1.addBox(-0.5F, -14.899999999999956F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart3_1 = new ModelRenderer(this, 0, 115);
        this.innerPart3_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart3_1.addBox(-1.5F, -15.899999999999956F, 3.5F, 3, 1, 1, 0.0F);
        this.shape6_2 = new ModelRenderer(this, 20, 62);
        this.shape6_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape6_2.addBox(-11.000000000000004F, -10.999999999999979F, -4.5F, 5, 1, 1, 0.0F);
        this.innerPart22_1 = new ModelRenderer(this, 77, 98);
        this.innerPart22_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart22_1.addBox(-1.5F, -20.900000000000027F, 0.5F, 3, 1, 1, 0.0F);
        this.shape23_2 = new ModelRenderer(this, 0, 16);
        this.shape23_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape23_2.addBox(-4.000000000000028F, -8.999999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.innerPart46_2 = new ModelRenderer(this, 56, 104);
        this.innerPart46_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart46_2.addBox(-11.000000000000004F, -10.999999999999979F, -2.5F, 5, 1, 1, 0.0F);
        this.shape14_1 = new ModelRenderer(this, 0, 38);
        this.shape14_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape14_1.addBox(3.5F, -18.900000000000002F, -3.5F, 1, 5, 1, 0.0F);
        this.shape35_2 = new ModelRenderer(this, 20, 52);
        this.shape35_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape35_2.addBox(-11.000000000000004F, -2.9999999999999827F, -1.5F, 5, 1, 1, 0.0F);
        this.shape30_1 = new ModelRenderer(this, 32, 58);
        this.shape30_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape30_1.addBox(1.5F, -20.900000000000027F, -2.5F, 2, 1, 1, 0.0F);
        this.shape75_2 = new ModelRenderer(this, 32, 48);
        this.shape75_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape75_2.addBox(-7.0000000000000195F, -11.999999999999973F, 1.5F, 2, 1, 1, 0.0F);
        this.shape83_1 = new ModelRenderer(this, 20, 44);
        this.shape83_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape83_1.addBox(-2.5F, -12.899999999999956F, 2.5F, 5, 1, 1, 0.0F);
        this.shape69 = new ModelRenderer(this, 4, 4);
        this.shape69.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape69.addBox(12.999999999999972F, -8.999999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.shape2_2 = new ModelRenderer(this, 12, 62);
        this.shape2_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape2_2.addBox(-10.000000000000007F, -9.999999999999982F, -5.5F, 3, 1, 1, 0.0F);
        this.shape26_2 = new ModelRenderer(this, 4, 61);
        this.shape26_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape26_2.addBox(-12.999999999999996F, -5.999999999999988F, -2.5F, 1, 2, 1, 0.0F);
        this.innerPart35_2 = new ModelRenderer(this, 14, 72);
        this.innerPart35_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart35_2.addBox(-6.000000000000023F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.shape91_1 = new ModelRenderer(this, 20, 40);
        this.shape91_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape91_1.addBox(-2.5F, -13.899999999999956F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart61_2 = new ModelRenderer(this, 18, 85);
        this.innerPart61_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart61_2.addBox(-10.000000000000007F, -6.999999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.ArmorLeftArm1 = new ModelRenderer(this, 62, 139);
        this.ArmorLeftArm1.mirror = true;
        this.ArmorLeftArm1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorLeftArm1.addBox(-2.0F, -3.0F, -3.0F, 6, 7, 6, 0.0F);
        this.shape24 = new ModelRenderer(this, 0, 13);
        this.shape24.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape24.addBox(11.999999999999972F, -10.999999999999979F, -2.5F, 1, 2, 1, 0.0F);
        this.shape92_1 = new ModelRenderer(this, 8, 22);
        this.shape92_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape92_1.addBox(-2.5F, -14.899999999999956F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart53_1 = new ModelRenderer(this, 28, 76);
        this.innerPart53_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart53_1.addBox(1.5F, -17.899999999999988F, -3.5F, 2, 3, 1, 0.0F);
        this.shape15_2 = new ModelRenderer(this, 0, 32);
        this.shape15_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape15_2.addBox(-12.999999999999996F, -9.999999999999982F, -3.499999999999999F, 1, 5, 1, 0.0F);
        this.innerPart36_1 = new ModelRenderer(this, 77, 92);
        this.innerPart36_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart36_1.addBox(-1.5F, -20.900000000000027F, -1.5F, 3, 1, 1, 0.0F);
        this.shape41_1 = new ModelRenderer(this, 4, 34);
        this.shape41_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape41_1.addBox(3.5F, -19.900000000000016F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart17_2 = new ModelRenderer(this, 115, 104);
        this.innerPart17_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart17_2.addBox(-9.000000000000012F, -11.999999999999973F, 1.5F, 1, 1, 1, 0.0F);
        this.shape36 = new ModelRenderer(this, 4, 44);
        this.shape36.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape36.addBox(5.000000000000002F, -3.999999999999987F, -1.5F, 1, 1, 1, 0.0F);
        this.shape65_2 = new ModelRenderer(this, 4, 14);
        this.shape65_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape65_2.addBox(-6.000000000000023F, -11.999999999999973F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart27_2 = new ModelRenderer(this, 39, 98);
        this.innerPart27_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart27_2.addBox(-7.0000000000000195F, -5.999999999999988F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart11_2 = new ModelRenderer(this, 42, 123);
        this.innerPart11_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart11_2.addBox(-10.000000000000007F, -4.999999999999988F, 2.5F, 3, 1, 1, 0.0F);
        this.shape84_1 = new ModelRenderer(this, 4, 2);
        this.shape84_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape84_1.addBox(-3.5F, -13.899999999999956F, 2.5F, 1, 1, 1, 0.0F);
        this.shape97 = new ModelRenderer(this, 12, 50);
        this.shape97.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape97.addBox(6.999999999999993F, -9.999999999999982F, 4.5F, 3, 1, 1, 0.0F);
        this.innerPart7_1 = new ModelRenderer(this, 28, 105);
        this.innerPart7_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart7_1.addBox(1.5F, -17.899999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.shape66 = new ModelRenderer(this, 4, 12);
        this.shape66.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape66.addBox(5.000000000000002F, -11.999999999999973F, 0.5F, 1, 1, 1, 0.0F);
        this.handle16 = new ModelRenderer(this, 106, 10);
        this.handle16.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle16.addBox(-6.0F, 2.0F, -1.5F, 1, 1, 3, 0.0F);
        this.ring08 = new ModelRenderer(this, 115, 10);
        this.ring08.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring08.addBox(11.999999999999972F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart30_2 = new ModelRenderer(this, 39, 80);
        this.innerPart30_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart30_2.addBox(-12.999999999999996F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.shape85_1 = new ModelRenderer(this, 4, 0);
        this.shape85_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape85_1.addBox(-3.5F, -19.900000000000016F, 2.5F, 1, 1, 1, 0.0F);
        this.ring09_1 = new ModelRenderer(this, 100, 20);
        this.ring09_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring09_1.addBox(-4.5F, -13.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart23 = new ModelRenderer(this, 91, 98);
        this.innerPart23.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart23.addBox(6.999999999999993F, -3.999999999999987F, 0.5F, 3, 1, 1, 0.0F);
        this.shape40_1 = new ModelRenderer(this, 4, 36);
        this.shape40_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape40_1.addBox(2.5F, -20.900000000000027F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart40 = new ModelRenderer(this, 63, 90);
        this.innerPart40.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart40.addBox(9.99999999999998F, -10.999999999999979F, -1.5F, 2, 2, 1, 0.0F);
        this.ring02_2 = new ModelRenderer(this, 115, 10);
        this.ring02_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring02_2.addBox(-6.000000000000023F, -11.999999999999973F, -0.5F, 1, 1, 1, 0.0F);
        this.shape3_2 = new ModelRenderer(this, 12, 60);
        this.shape3_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape3_2.addBox(-10.000000000000007F, -5.999999999999988F, -5.5F, 3, 1, 1, 0.0F);
        this.innerPart47 = new ModelRenderer(this, 56, 108);
        this.innerPart47.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart47.addBox(5.9999999999999964F, -4.999999999999988F, -2.5F, 5, 1, 1, 0.0F);
        this.innerPart62 = new ModelRenderer(this, 18, 91);
        this.innerPart62.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart62.addBox(7.999999999999988F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape61 = new ModelRenderer(this, 0, 6);
        this.shape61.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape61.addBox(5.000000000000002F, -3.999999999999987F, 0.5F, 1, 1, 1, 0.0F);
        this.shape17_2 = new ModelRenderer(this, 0, 28);
        this.shape17_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape17_2.addBox(-12.0F, -10.999999999999979F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape26 = new ModelRenderer(this, 4, 61);
        this.shape26.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape26.addBox(4.0000000000000036F, -5.999999999999988F, -2.5F, 1, 2, 1, 0.0F);
        this.innerPart24_2 = new ModelRenderer(this, 69, 98);
        this.innerPart24_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart24_2.addBox(-12.0F, -5.999999999999988F, 0.5F, 2, 2, 1, 0.0F);
        this.shape33 = new ModelRenderer(this, 4, 46);
        this.shape33.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape33.addBox(12.999999999999972F, -9.999999999999982F, -1.5F, 1, 5, 1, 0.0F);
        this.shape38 = new ModelRenderer(this, 4, 40);
        this.shape38.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape38.addBox(4.0000000000000036F, -10.999999999999979F, -1.5F, 1, 1, 1, 0.0F);
        this.shape78 = new ModelRenderer(this, 8, 55);
        this.shape78.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape78.addBox(4.0000000000000036F, -5.999999999999988F, 1.5F, 1, 2, 1, 0.0F);
        this.shape87_1 = new ModelRenderer(this, 8, 36);
        this.shape87_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape87_1.addBox(2.5F, -13.899999999999956F, 2.5F, 1, 1, 1, 0.0F);
        this.shape64_1 = new ModelRenderer(this, 4, 16);
        this.shape64_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape64_1.addBox(3.5F, -19.900000000000016F, 0.5F, 1, 1, 1, 0.0F);
        this.shape30_2 = new ModelRenderer(this, 32, 58);
        this.shape30_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape30_2.addBox(-7.0000000000000195F, -11.999999999999973F, -2.5F, 2, 1, 1, 0.0F);
        this.innerPart60_1 = new ModelRenderer(this, 18, 79);
        this.innerPart60_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart60_1.addBox(-1.5F, -17.899999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.innerPart57_1 = new ModelRenderer(this, 2, 74);
        this.innerPart57_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart57_1.addBox(-1.5F, -13.899999999999956F, -3.5F, 3, 1, 1, 0.0F);
        this.handle15 = new ModelRenderer(this, 106, 10);
        this.handle15.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle15.addBox(-5.0F, 2.0F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart37 = new ModelRenderer(this, 115, 94);
        this.innerPart37.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart37.addBox(6.999999999999993F, -3.999999999999987F, -1.5F, 3, 1, 1, 0.0F);
        this.shape37_1 = new ModelRenderer(this, 4, 42);
        this.shape37_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape37_1.addBox(-4.5F, -13.899999999999956F, -1.5F, 1, 1, 1, 0.0F);
        this.shape60_2 = new ModelRenderer(this, 0, ;
        this.shape60_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape60_2.addBox(-12.999999999999996F, -4.999999999999988F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart13_2 = new ModelRenderer(this, 58, 121);
        this.innerPart13_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart13_2.addBox(-6.000000000000023F, -9.999999999999982F, 1.5F, 1, 5, 1, 0.0F);
        this.shape76_1 = new ModelRenderer(this, 8, 61);
        this.shape76_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape76_1.addBox(3.5F, -19.900000000000016F, 1.5F, 1, 2, 1, 0.0F);
        this.shape39_2 = new ModelRenderer(this, 4, 38);
        this.shape39_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape39_2.addBox(-12.0F, -11.999999999999973F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart52 = new ModelRenderer(this, 56, 116);
        this.innerPart52.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart52.addBox(11.999999999999972F, -7.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.shape94_2 = new ModelRenderer(this, 8, 18);
        this.shape94_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape94_2.addBox(-7.0000000000000195F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.shape1 = new ModelRenderer(this, 20, 32);
        this.shape1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape1.addBox(5.9999999999999964F, -8.999999999999988F, -5.5F, 5, 3, 1, 0.0F);
        this.shape82_1 = new ModelRenderer(this, 20, 46);
        this.shape82_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape82_1.addBox(-2.5F, -20.900000000000027F, 2.5F, 5, 1, 1, 0.0F);
        this.shape85 = new ModelRenderer(this, 4, 0);
        this.shape85.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape85.addBox(5.000000000000002F, -10.999999999999979F, 2.5F, 1, 1, 1, 0.0F);
        this.shape9_2 = new ModelRenderer(this, 0, 48);
        this.shape9_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape9_2.addBox(-11.000000000000004F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape1_2 = new ModelRenderer(this, 20, 32);
        this.shape1_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape1_2.addBox(-11.000000000000004F, -8.999999999999988F, -5.5F, 5, 3, 1, 0.0F);
        this.shape66_1 = new ModelRenderer(this, 4, 12);
        this.shape66_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape66_1.addBox(-3.5F, -20.900000000000027F, 0.5F, 1, 1, 1, 0.0F);
        this.shape27_2 = new ModelRenderer(this, 4, 58);
        this.shape27_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape27_2.addBox(-5.000000000000028F, -5.999999999999988F, -2.5F, 1, 2, 1, 0.0F);
        this.shape98 = new ModelRenderer(this, 12, 48);
        this.shape98.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape98.addBox(6.999999999999993F, -5.999999999999988F, 4.5F, 3, 1, 1, 0.0F);
        this.innerPart8 = new ModelRenderer(this, 28, 115);
        this.innerPart8.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart8.addBox(5.9999999999999964F, -5.999999999999988F, 2.5F, 5, 1, 1, 0.0F);
        this.innerPart63_2 = new ModelRenderer(this, 18, 98);
        this.innerPart63_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart63_2.addBox(-9.000000000000012F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape79_2 = new ModelRenderer(this, 8, 52);
        this.shape79_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape79_2.addBox(-12.999999999999996F, -10.999999999999979F, 1.5F, 1, 2, 1, 0.0F);
        this.shape95_2 = new ModelRenderer(this, 8, 16);
        this.shape95_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape95_2.addBox(-7.0000000000000195F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.shape82_2 = new ModelRenderer(this, 20, 46);
        this.shape82_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape82_2.addBox(-11.000000000000004F, -11.999999999999973F, 2.5F, 5, 1, 1, 0.0F);
        this.shape2 = new ModelRenderer(this, 12, 62);
        this.shape2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape2.addBox(6.999999999999993F, -9.999999999999982F, -5.5F, 3, 1, 1, 0.0F);
        this.shape88_2 = new ModelRenderer(this, 8, 30);
        this.shape88_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape88_2.addBox(-12.0F, -9.999999999999982F, 3.5F, 1, 5, 1, 0.0F);
        this.ring10 = new ModelRenderer(this, 115, 0);
        this.ring10.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring10.addBox(10.999999999999977F, -3.999999999999987F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart11 = new ModelRenderer(this, 42, 123);
        this.innerPart11.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart11.addBox(6.999999999999993F, -4.999999999999988F, 2.5F, 3, 1, 1, 0.0F);
        this.innerPart36_2 = new ModelRenderer(this, 77, 92);
        this.innerPart36_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart36_2.addBox(-10.000000000000007F, -11.999999999999973F, -1.5F, 3, 1, 1, 0.0F);
        this.shape10_1 = new ModelRenderer(this, 0, 46);
        this.shape10_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape10_1.addBox(1.5F, -18.900000000000002F, -4.5F, 1, 1, 1, 0.0F);
        this.shape41_2 = new ModelRenderer(this, 4, 34);
        this.shape41_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape41_2.addBox(-5.000000000000028F, -10.999999999999979F, -1.5F, 1, 1, 1, 0.0F);
        this.shape29_2 = new ModelRenderer(this, 32, 60);
        this.shape29_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape29_2.addBox(-7.0000000000000195F, -3.999999999999987F, -2.5F, 2, 1, 1, 0.0F);
        this.shape97_1 = new ModelRenderer(this, 12, 50);
        this.shape97_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape97_1.addBox(-1.5F, -18.900000000000002F, 4.5F, 3, 1, 1, 0.0F);
        this.innerPart34 = new ModelRenderer(this, 19, 72);
        this.innerPart34.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart34.addBox(5.000000000000002F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.shape91 = new ModelRenderer(this, 20, 40);
        this.shape91.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape91.addBox(5.9999999999999964F, -4.999999999999988F, 3.5F, 5, 1, 1, 0.0F);
        this.shape21_2 = new ModelRenderer(this, 12, 56);
        this.shape21_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape21_2.addBox(-10.000000000000007F, -2.9999999999999827F, -2.5F, 3, 1, 1, 0.0F);
        this.shape25_1 = new ModelRenderer(this, 0, 10);
        this.shape25_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape25_1.addBox(-4.5F, -19.900000000000016F, -2.5F, 1, 2, 1, 0.0F);
        this.shape89_1 = new ModelRenderer(this, 8, 24);
        this.shape89_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape89_1.addBox(2.5F, -18.900000000000002F, 3.5F, 1, 5, 1, 0.0F);
        this.shape34_1 = new ModelRenderer(this, 20, 54);
        this.shape34_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape34_1.addBox(-2.5F, -21.90000000000004F, -1.5F, 5, 1, 1, 0.0F);
        this.shape13 = new ModelRenderer(this, 20, 56);
        this.shape13.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape13.addBox(5.9999999999999964F, -3.999999999999987F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.innerPart28 = new ModelRenderer(this, 39, 92);
        this.innerPart28.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart28.addBox(5.9999999999999964F, -11.999999999999973F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart29 = new ModelRenderer(this, 39, 88);
        this.innerPart29.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart29.addBox(5.9999999999999964F, -3.999999999999987F, -0.5F, 5, 1, 1, 0.0F);
        this.shape7_1 = new ModelRenderer(this, 20, 60);
        this.shape7_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape7_1.addBox(-2.5F, -13.899999999999956F, -4.5F, 5, 1, 1, 0.0F);
        this.shape32 = new ModelRenderer(this, 4, 52);
        this.shape32.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape32.addBox(2.9999999999999982F, -9.999999999999982F, -1.5F, 1, 5, 1, 0.0F);
        this.shape16 = new ModelRenderer(this, 0, 30);
        this.shape16.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape16.addBox(10.999999999999977F, -10.999999999999979F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape15_1 = new ModelRenderer(this, 0, 32);
        this.shape15_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape15_1.addBox(-4.5F, -18.900000000000002F, -3.5F, 1, 5, 1, 0.0F);
        this.innerPart41_2 = new ModelRenderer(this, 63, 84);
        this.innerPart41_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart41_2.addBox(-12.0F, -10.999999999999979F, -1.5F, 2, 2, 1, 0.0F);
        this.shape93 = new ModelRenderer(this, 8, 20);
        this.shape93.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape93.addBox(5.9999999999999964F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart13 = new ModelRenderer(this, 58, 121);
        this.innerPart13.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart13.addBox(10.999999999999977F, -9.999999999999982F, 1.5F, 1, 5, 1, 0.0F);
        this.shape58 = new ModelRenderer(this, 4, 18);
        this.shape58.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape58.addBox(12.999999999999972F, -9.999999999999982F, 0.5F, 1, 5, 1, 0.0F);
        this.shape90 = new ModelRenderer(this, 20, 42);
        this.shape90.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape90.addBox(5.9999999999999964F, -10.999999999999979F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart32_2 = new ModelRenderer(this, 31, 72);
        this.innerPart32_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart32_2.addBox(-6.000000000000023F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart61_1 = new ModelRenderer(this, 18, 85);
        this.innerPart61_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart61_1.addBox(-1.5F, -15.899999999999956F, -4.5F, 3, 1, 1, 0.0F);
        this.handle14 = new ModelRenderer(this, 106, 10);
        this.handle14.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle14.addBox(-5.0F, 2.0F, 0.5F, 1, 1, 1, 0.0F);
        this.shape78_2 = new ModelRenderer(this, 8, 55);
        this.shape78_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape78_2.addBox(-12.999999999999996F, -5.999999999999988F, 1.5F, 1, 2, 1, 0.0F);
        this.innerPart25_2 = new ModelRenderer(this, 60, 98);
        this.innerPart25_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart25_2.addBox(-12.0F, -10.999999999999979F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart54_2 = new ModelRenderer(this, 28, 84);
        this.innerPart54_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart54_2.addBox(-12.0F, -8.999999999999988F, -3.499999999999999F, 2, 3, 1, 0.0F);
        this.innerPart59_2 = new ModelRenderer(this, 2, 95);
        this.innerPart59_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart59_2.addBox(-11.000000000000004F, -7.999999999999987F, -4.5F, 5, 1, 1, 0.0F);
        this.innerPart55_2 = new ModelRenderer(this, 2, 84);
        this.innerPart55_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart55_2.addBox(-11.000000000000004F, -9.999999999999982F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.shape7 = new ModelRenderer(this, 20, 60);
        this.shape7.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape7.addBox(5.9999999999999964F, -4.999999999999988F, -4.5F, 5, 1, 1, 0.0F);
        this.shape26_1 = new ModelRenderer(this, 4, 61);
        this.shape26_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape26_1.addBox(-4.5F, -14.899999999999956F, -2.5F, 1, 2, 1, 0.0F);
        this.innerPart58 = new ModelRenderer(this, 2, 90);
        this.innerPart58.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart58.addBox(6.999999999999993F, -10.999999999999979F, -3.499999999999999F, 3, 1, 1, 0.0F);
        this.shape75 = new ModelRenderer(this, 32, 48);
        this.shape75.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape75.addBox(9.99999999999998F, -11.999999999999973F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart48 = new ModelRenderer(this, 56, 112);
        this.innerPart48.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart48.addBox(7.999999999999988F, -3.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart48_2 = new ModelRenderer(this, 56, 112);
        this.innerPart48_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart48_2.addBox(-9.000000000000012F, -3.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart27_1 = new ModelRenderer(this, 39, 98);
        this.innerPart27_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart27_1.addBox(1.5F, -14.899999999999956F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart20_1 = new ModelRenderer(this, 123, 98);
        this.innerPart20_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart20_1.addBox(-4.5F, -17.899999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.shape85_2 = new ModelRenderer(this, 4, 0);
        this.shape85_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape85_2.addBox(-12.0F, -10.999999999999979F, 2.5F, 1, 1, 1, 0.0F);
        this.innerPart29_2 = new ModelRenderer(this, 39, 88);
        this.innerPart29_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart29_2.addBox(-11.000000000000004F, -3.999999999999987F, -0.5F, 5, 1, 1, 0.0F);
        this.shape77 = new ModelRenderer(this, 8, 58);
        this.shape77.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape77.addBox(11.999999999999972F, -5.999999999999988F, 1.5F, 1, 2, 1, 0.0F);
        this.shape11_1 = new ModelRenderer(this, 0, 44);
        this.shape11_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape11_1.addBox(1.5F, -14.899999999999956F, -4.5F, 1, 1, 1, 0.0F);
        this.shape38_2 = new ModelRenderer(this, 4, 40);
        this.shape38_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape38_2.addBox(-12.999999999999996F, -10.999999999999979F, -1.5F, 1, 1, 1, 0.0F);
        this.ring11_2 = new ModelRenderer(this, 120, 0);
        this.ring11_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring11_2.addBox(-12.0F, -3.999999999999987F, -0.5F, 1, 1, 1, 0.0F);
        this.shape31_1 = new ModelRenderer(this, 32, 56);
        this.shape31_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape31_1.addBox(-3.5F, -20.900000000000027F, -2.5F, 2, 1, 1, 0.0F);
        this.innerPart50_1 = new ModelRenderer(this, 64, 112);
        this.innerPart50_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart50_1.addBox(-0.5F, -20.900000000000027F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart14 = new ModelRenderer(this, 113, 123);
        this.innerPart14.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart14.addBox(5.9999999999999964F, -10.999999999999979F, 1.5F, 5, 1, 1, 0.0F);
        this.innerPart19 = new ModelRenderer(this, 115, 98);
        this.innerPart19.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart19.addBox(4.0000000000000036F, -7.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.shape74_2 = new ModelRenderer(this, 32, 50);
        this.shape74_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape74_2.addBox(-12.0F, -11.999999999999973F, 1.5F, 2, 1, 1, 0.0F);
        this.ring01 = new ModelRenderer(this, 100, 0);
        this.ring01.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring01.addBox(5.9999999999999964F, -12.999999999999972F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart16 = new ModelRenderer(this, 115, 112);
        this.innerPart16.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart16.addBox(7.999999999999988F, -3.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.shape9 = new ModelRenderer(this, 0, 48);
        this.shape9.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape9.addBox(5.9999999999999964F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape76 = new ModelRenderer(this, 8, 61);
        this.shape76.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape76.addBox(11.999999999999972F, -10.999999999999979F, 1.5F, 1, 2, 1, 0.0F);
        this.Ring12_1 = new ModelRenderer(this, 100, 6);
        this.Ring12_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.Ring12_1.addBox(-2.5F, -11.899999999999956F, -0.5F, 5, 1, 1, 0.0F);
        this.ring09 = new ModelRenderer(this, 100, 20);
        this.ring09.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring09.addBox(4.0000000000000036F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart17_1 = new ModelRenderer(this, 115, 104);
        this.innerPart17_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart17_1.addBox(-0.5F, -20.900000000000027F, 1.5F, 1, 1, 1, 0.0F);
        this.ring04_1 = new ModelRenderer(this, 115, 20);
        this.ring04_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring04_1.addBox(3.5F, -19.900000000000016F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart33_1 = new ModelRenderer(this, 25, 72);
        this.innerPart33_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart33_1.addBox(-3.5F, -19.900000000000016F, -0.5F, 1, 1, 1, 0.0F);
        this.shape70_2 = new ModelRenderer(this, 12, 54);
        this.shape70_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape70_2.addBox(-10.000000000000007F, -12.99999999999997F, 1.5F, 3, 1, 1, 0.0F);
        this.handle08 = new ModelRenderer(this, 106, 10);
        this.handle08.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle08.addBox(-3.0F, -5.0F, 1.5F, 1, 2, 1, 0.0F);
        this.shape73 = new ModelRenderer(this, 32, 52);
        this.shape73.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape73.addBox(5.000000000000002F, -3.999999999999987F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart28_1 = new ModelRenderer(this, 39, 92);
        this.innerPart28_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart28_1.addBox(-2.5F, -20.900000000000027F, -0.5F, 5, 1, 1, 0.0F);
        this.shape15 = new ModelRenderer(this, 0, 32);
        this.shape15.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape15.addBox(4.0000000000000036F, -9.999999999999982F, -3.499999999999999F, 1, 5, 1, 0.0F);
        this.shape68_1 = new ModelRenderer(this, 4, ;
        this.shape68_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape68_1.addBox(-5.5F, -17.899999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.innerPart54 = new ModelRenderer(this, 28, 84);
        this.innerPart54.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart54.addBox(5.000000000000002F, -8.999999999999988F, -3.499999999999999F, 2, 3, 1, 0.0F);
        this.innerPart58_2 = new ModelRenderer(this, 2, 90);
        this.innerPart58_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart58_2.addBox(-10.000000000000007F, -10.999999999999979F, -3.499999999999999F, 3, 1, 1, 0.0F);
        this.shape62_2 = new ModelRenderer(this, 0, 4);
        this.shape62_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape62_2.addBox(-6.000000000000023F, -3.999999999999987F, 0.5F, 1, 1, 1, 0.0F);
        this.shape11 = new ModelRenderer(this, 0, 44);
        this.shape11.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape11.addBox(9.99999999999998F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape77_2 = new ModelRenderer(this, 8, 58);
        this.shape77_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape77_2.addBox(-5.000000000000028F, -5.999999999999988F, 1.5F, 1, 2, 1, 0.0F);
        this.shape28_2 = new ModelRenderer(this, 32, 62);
        this.shape28_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape28_2.addBox(-12.0F, -3.999999999999987F, -2.5F, 2, 1, 1, 0.0F);
        this.shape88_1 = new ModelRenderer(this, 8, 30);
        this.shape88_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape88_1.addBox(-3.5F, -18.900000000000002F, 3.5F, 1, 5, 1, 0.0F);
        this.innerPart32_1 = new ModelRenderer(this, 31, 72);
        this.innerPart32_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart32_1.addBox(2.5F, -19.900000000000016F, -0.5F, 1, 1, 1, 0.0F);
        this.shape12_2 = new ModelRenderer(this, 20, 58);
        this.shape12_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape12_2.addBox(-11.000000000000004F, -11.999999999999973F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.innerPart43_1 = new ModelRenderer(this, 73, 79);
        this.innerPart43_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart43_1.addBox(1.5F, -14.899999999999956F, -1.5F, 2, 2, 1, 0.0F);
        this.shape25 = new ModelRenderer(this, 0, 10);
        this.shape25.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape25.addBox(4.0000000000000036F, -10.999999999999979F, -2.5F, 1, 2, 1, 0.0F);
        this.shape80_2 = new ModelRenderer(this, 8, 46);
        this.shape80_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape80_2.addBox(-12.999999999999996F, -9.999999999999982F, 2.5F, 1, 5, 1, 0.0F);
        this.ring05_1 = new ModelRenderer(this, 115, 5);
        this.ring05_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring05_1.addBox(-4.5F, -19.900000000000016F, -0.5F, 1, 1, 1, 0.0F);
        this.shape87 = new ModelRenderer(this, 8, 36);
        this.shape87.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape87.addBox(10.999999999999977F, -4.999999999999988F, 2.5F, 1, 1, 1, 0.0F);
        this.shape18_2 = new ModelRenderer(this, 0, 26);
        this.shape18_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape18_2.addBox(-12.0F, -4.999999999999988F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape10_2 = new ModelRenderer(this, 0, 46);
        this.shape10_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape10_2.addBox(-7.0000000000000195F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.innerPart5_2 = new ModelRenderer(this, 0, 115);
        this.innerPart5_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart5_2.addBox(-9.000000000000012F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart47_2 = new ModelRenderer(this, 56, 108);
        this.innerPart47_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart47_2.addBox(-11.000000000000004F, -4.999999999999988F, -2.5F, 5, 1, 1, 0.0F);
        this.innerPart52_2 = new ModelRenderer(this, 56, 116);
        this.innerPart52_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart52_2.addBox(-5.000000000000028F, -7.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.shape29 = new ModelRenderer(this, 32, 60);
        this.shape29.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape29.addBox(9.99999999999998F, -3.999999999999987F, -2.5F, 2, 1, 1, 0.0F);
        this.innerPart5 = new ModelRenderer(this, 0, 115);
        this.innerPart5.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart5.addBox(7.999999999999988F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.shape34_2 = new ModelRenderer(this, 20, 54);
        this.shape34_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape34_2.addBox(-11.000000000000004F, -12.99999999999997F, -1.5F, 5, 1, 1, 0.0F);
        this.shape96_1 = new ModelRenderer(this, 20, 36);
        this.shape96_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape96_1.addBox(-2.5F, -17.899999999999988F, 4.5F, 5, 3, 1, 0.0F);
        this.shape9_1 = new ModelRenderer(this, 0, 48);
        this.shape9_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape9_1.addBox(-2.5F, -18.900000000000002F, -4.5F, 1, 1, 1, 0.0F);
        this.innerPart14_1 = new ModelRenderer(this, 113, 123);
        this.innerPart14_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart14_1.addBox(-2.5F, -19.900000000000016F, 1.5F, 5, 1, 1, 0.0F);
        this.handle03 = new ModelRenderer(this, 114, 16);
        this.handle03.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle03.addBox(4.0F, -1.0F, 1.5F, 2, 1, 1, 0.0F);
        this.shape3 = new ModelRenderer(this, 12, 60);
        this.shape3.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape3.addBox(6.999999999999993F, -5.999999999999988F, -5.5F, 3, 1, 1, 0.0F);
        this.innerPart62_1 = new ModelRenderer(this, 18, 91);
        this.innerPart62_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart62_1.addBox(-0.5F, -14.899999999999956F, -4.5F, 1, 1, 1, 0.0F);
        this.Ring12 = new ModelRenderer(this, 100, 6);
        this.Ring12.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.Ring12.addBox(5.9999999999999964F, -2.9999999999999827F, -0.5F, 5, 1, 1, 0.0F);
        this.ring05_2 = new ModelRenderer(this, 115, 5);
        this.ring05_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring05_2.addBox(-12.999999999999996F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape97_2 = new ModelRenderer(this, 12, 50);
        this.shape97_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape97_2.addBox(-10.000000000000007F, -9.999999999999982F, 4.5F, 3, 1, 1, 0.0F);
        this.innerPart45_2 = new ModelRenderer(this, 72, 121);
        this.innerPart45_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart45_2.addBox(-12.0F, -9.999999999999982F, -2.5F, 1, 5, 1, 0.0F);
        this.innerPart12 = new ModelRenderer(this, 48, 113);
        this.innerPart12.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart12.addBox(5.000000000000002F, -9.999999999999982F, 1.5F, 1, 5, 1, 0.0F);
        this.shape23_1 = new ModelRenderer(this, 0, 16);
        this.shape23_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape23_1.addBox(4.5F, -17.899999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.ring11_1 = new ModelRenderer(this, 120, 0);
        this.ring11_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring11_1.addBox(-3.5F, -12.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart24 = new ModelRenderer(this, 69, 98);
        this.innerPart24.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart24.addBox(5.000000000000002F, -5.999999999999988F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart21_1 = new ModelRenderer(this, 103, 98);
        this.innerPart21_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart21_1.addBox(3.5F, -17.899999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.innerPart35 = new ModelRenderer(this, 14, 72);
        this.innerPart35.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart35.addBox(10.999999999999977F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart57_2 = new ModelRenderer(this, 2, 74);
        this.innerPart57_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart57_2.addBox(-10.000000000000007F, -4.999999999999988F, -3.499999999999999F, 3, 1, 1, 0.0F);
        this.innerPart39 = new ModelRenderer(this, 103, 90);
        this.innerPart39.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart39.addBox(11.999999999999972F, -8.999999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.innerPart40_1 = new ModelRenderer(this, 63, 90);
        this.innerPart40_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart40_1.addBox(1.5F, -19.900000000000016F, -1.5F, 2, 2, 1, 0.0F);
        this.ArmorBootsLeft = new ModelRenderer(this, 157, 30);
        this.ArmorBootsLeft.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorBootsLeft.addBox(-2.1F, 9.0F, -3.0F, 5, 4, 6, 0.0F);
        this.shape61_1 = new ModelRenderer(this, 0, 6);
        this.shape61_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape61_1.addBox(-3.5F, -12.899999999999956F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart2_1 = new ModelRenderer(this, 0, 105);
        this.innerPart2_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart2_1.addBox(-1.5F, -17.899999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.shape62 = new ModelRenderer(this, 0, 4);
        this.shape62.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape62.addBox(10.999999999999977F, -3.999999999999987F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart27 = new ModelRenderer(this, 39, 98);
        this.innerPart27.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart27.addBox(9.99999999999998F, -5.999999999999988F, 0.5F, 2, 2, 1, 0.0F);
        this.shape31_2 = new ModelRenderer(this, 32, 56);
        this.shape31_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape31_2.addBox(-12.0F, -11.999999999999973F, -2.5F, 2, 1, 1, 0.0F);
        this.shape7_2 = new ModelRenderer(this, 20, 60);
        this.shape7_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape7_2.addBox(-11.000000000000004F, -4.999999999999988F, -4.5F, 5, 1, 1, 0.0F);
        this.ArmorBootsRight = new ModelRenderer(this, 157, 40);
        this.ArmorBootsRight.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorBootsRight.addBox(-2.9F, 9.0F, -3.0F, 5, 4, 6, 0.0F);
        this.innerPart61 = new ModelRenderer(this, 18, 85);
        this.innerPart61.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart61.addBox(6.999999999999993F, -6.999999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.shape40_2 = new ModelRenderer(this, 4, 36);
        this.shape40_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape40_2.addBox(-6.000000000000023F, -11.999999999999973F, -1.5F, 1, 1, 1, 0.0F);
        this.shape91_2 = new ModelRenderer(this, 20, 40);
        this.shape91_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape91_2.addBox(-11.000000000000004F, -4.999999999999988F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart11_1 = new ModelRenderer(this, 42, 123);
        this.innerPart11_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart11_1.addBox(-1.5F, -13.899999999999956F, 2.5F, 3, 1, 1, 0.0F);
        this.innerPart51_2 = new ModelRenderer(this, 64, 116);
        this.innerPart51_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart51_2.addBox(-12.999999999999996F, -7.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.handle19 = new ModelRenderer(this, 106, 10);
        this.handle19.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle19.addBox(-9.0F, -2.0F, -0.5F, 2, 1, 1, 0.0F);
        this.shape88 = new ModelRenderer(this, 8, 30);
        this.shape88.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape88.addBox(5.000000000000002F, -9.999999999999982F, 3.5F, 1, 5, 1, 0.0F);
        this.handle09 = new ModelRenderer(this, 106, 10);
        this.handle09.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle09.addBox(-3.0F, -6.0F, 0.5F, 1, 2, 1, 0.0F);
        this.shape25_2 = new ModelRenderer(this, 0, 10);
        this.shape25_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape25_2.addBox(-12.999999999999996F, -10.999999999999979F, -2.5F, 1, 2, 1, 0.0F);
        this.shape39 = new ModelRenderer(this, 4, 38);
        this.shape39.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape39.addBox(5.000000000000002F, -11.999999999999973F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart19_1 = new ModelRenderer(this, 115, 98);
        this.innerPart19_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart19_1.addBox(-4.5F, -16.89999999999997F, 1.5F, 1, 1, 1, 0.0F);
        this.innerPart8_2 = new ModelRenderer(this, 28, 115);
        this.innerPart8_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart8_2.addBox(-11.000000000000004F, -5.999999999999988F, 2.5F, 5, 1, 1, 0.0F);
        this.shape73_1 = new ModelRenderer(this, 32, 52);
        this.shape73_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape73_1.addBox(-3.5F, -12.899999999999956F, 1.5F, 2, 1, 1, 0.0F);
        this.handle18 = new ModelRenderer(this, 106, 10);
        this.handle18.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle18.addBox(-7.0F, -1.0F, -0.5F, 1, 2, 1, 0.0F);
        this.ring01_1 = new ModelRenderer(this, 100, 0);
        this.ring01_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring01_1.addBox(-2.5F, -21.900000000000045F, -0.5F, 5, 1, 1, 0.0F);
        this.ring08_1 = new ModelRenderer(this, 115, 10);
        this.ring08_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring08_1.addBox(3.5F, -13.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart51 = new ModelRenderer(this, 64, 116);
        this.innerPart51.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart51.addBox(4.0000000000000036F, -7.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart14_2 = new ModelRenderer(this, 113, 123);
        this.innerPart14_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart14_2.addBox(-11.000000000000004F, -10.999999999999979F, 1.5F, 5, 1, 1, 0.0F);
        this.innerPart40_2 = new ModelRenderer(this, 63, 90);
        this.innerPart40_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart40_2.addBox(-7.0000000000000195F, -10.999999999999979F, -1.5F, 2, 2, 1, 0.0F);
        this.shape71_1 = new ModelRenderer(this, 12, 52);
        this.shape71_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape71_1.addBox(-1.5F, -11.899999999999956F, 1.5F, 3, 1, 1, 0.0F);
        this.innerPart4_2 = new ModelRenderer(this, 0, 110);
        this.innerPart4_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart4_2.addBox(-9.000000000000012F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.shape28 = new ModelRenderer(this, 32, 62);
        this.shape28.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape28.addBox(5.000000000000002F, -3.999999999999987F, -2.5F, 2, 1, 1, 0.0F);
        this.shape2_1 = new ModelRenderer(this, 12, 62);
        this.shape2_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape2_1.addBox(-1.5F, -18.900000000000002F, -5.5F, 3, 1, 1, 0.0F);
        this.shape17_1 = new ModelRenderer(this, 0, 28);
        this.shape17_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape17_1.addBox(-3.5F, -19.900000000000016F, -3.5F, 1, 1, 1, 0.0F);
        this.innerPart35_1 = new ModelRenderer(this, 14, 72);
        this.innerPart35_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart35_1.addBox(2.5F, -13.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart50 = new ModelRenderer(this, 64, 112);
        this.innerPart50.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart50.addBox(7.999999999999988F, -11.999999999999973F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart41_1 = new ModelRenderer(this, 63, 84);
        this.innerPart41_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart41_1.addBox(-3.5F, -19.900000000000016F, -1.5F, 2, 2, 1, 0.0F);
        this.ArmorHelmed1 = new ModelRenderer(this, 157, 2);
        this.ArmorHelmed1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorHelmed1.addBox(-5.0F, -9.0F, -5.0F, 10, 4, 10, 0.0F);
        this.shape68_2 = new ModelRenderer(this, 4, ;
        this.shape68_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape68_2.addBox(-14.0F, -8.999999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.shape14 = new ModelRenderer(this, 0, 38);
        this.shape14.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape14.addBox(11.999999999999972F, -9.999999999999982F, -3.499999999999999F, 1, 5, 1, 0.0F);
        this.shape18_1 = new ModelRenderer(this, 0, 26);
        this.shape18_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape18_1.addBox(-3.5F, -13.899999999999956F, -3.5F, 1, 1, 1, 0.0F);
        
        
      //Custom Armor
        
        
        
        this.bipedBody.addChild(ArmorChest1);
        this.bipedHead.addChild(ArmorHelmed1);
        this.bipedHead.addChild(ArmorHelmed2);
        this.bipedHead.addChild(ArmorHelmed3);
        this.bipedLeftArm.addChild(ArmorLeftArm1);
        this.bipedRightArm.addChild(ArmorRightArm1);
        this.bipedLeftLeg.addChild(ArmorLegLeft1);
        this.bipedLeftLeg.addChild(ArmorBootsLeft);
        this.bipedRightLeg.addChild(ArmorLegRight1);
        this.bipedRightLeg.addChild(ArmorBootsRight);
        
        
        
        this.bipedLeftArm.addChild(innerPart28);
        this.bipedLeftArm.addChild(innerPart22);
        this.bipedLeftArm.addChild(innerPart25);
        this.bipedLeftArm.addChild(innerPart26);
        this.bipedLeftArm.addChild(innerPart24);
        this.bipedLeftArm.addChild(innerPart27);
        this.bipedLeftArm.addChild(innerPart21);
        this.bipedLeftArm.addChild(innerPart20);
        this.bipedLeftArm.addChild(innerPart23);
        this.bipedLeftArm.addChild(innerPart17);
        this.bipedLeftArm.addChild(innerPart19);
        this.bipedLeftArm.addChild(innerPart18);
        this.bipedLeftArm.addChild(innerPart16);
        this.bipedLeftArm.addChild(innerPart14);
        this.bipedLeftArm.addChild(innerPart12);
        this.bipedLeftArm.addChild(innerPart15);
        this.bipedLeftArm.addChild(innerPart13);
        this.bipedLeftArm.addChild(innerPart10);
        this.bipedLeftArm.addChild(innerPart9);
        this.bipedLeftArm.addChild(innerPart11);
        this.bipedLeftArm.addChild(innerPart8);
        this.bipedLeftArm.addChild(innerPart6);
        this.bipedLeftArm.addChild(innerPart7);
        this.bipedLeftArm.addChild(innerPart5);
        this.bipedLeftArm.addChild(innerPart2);
        this.bipedLeftArm.addChild(innerPart1);
        this.bipedLeftArm.addChild(innerPart3);
        this.bipedLeftArm.addChild(innerPart4);
        this.bipedLeftArm.addChild(innerPart32);
        this.bipedLeftArm.addChild(innerPart33);
        this.bipedLeftArm.addChild(innerPart34);
        this.bipedLeftArm.addChild(innerPart35);
        this.bipedLeftArm.addChild(innerPart31);
        this.bipedLeftArm.addChild(innerPart29);
        this.bipedLeftArm.addChild(innerPart30);
        this.bipedLeftArm.addChild(innerPart40);
        this.bipedLeftArm.addChild(innerPart41);
        this.bipedLeftArm.addChild(innerPart43);
        this.bipedLeftArm.addChild(innerPart42);
        this.bipedLeftArm.addChild(innerPart36);
        this.bipedLeftArm.addChild(innerPart38);
        this.bipedLeftArm.addChild(innerPart39);
        this.bipedLeftArm.addChild(innerPart37);
        this.bipedLeftArm.addChild(innerPart50);
        this.bipedLeftArm.addChild(innerPart46);
        this.bipedLeftArm.addChild(innerPart44);
        this.bipedLeftArm.addChild(innerPart45);
        this.bipedLeftArm.addChild(innerPart47);
        this.bipedLeftArm.addChild(innerPart52);
        this.bipedLeftArm.addChild(innerPart51);
        this.bipedLeftArm.addChild(innerPart48);
        this.bipedLeftArm.addChild(innerPart54);
        this.bipedLeftArm.addChild(innerPart53);
        this.bipedLeftArm.addChild(innerPart55);
        this.bipedLeftArm.addChild(innerPart58);
        this.bipedLeftArm.addChild(innerPart56);
        this.bipedLeftArm.addChild(innerPart57);
        this.bipedLeftArm.addChild(innerPart60);
        this.bipedLeftArm.addChild(innerPart63);
        this.bipedLeftArm.addChild(innerPart59);
        this.bipedLeftArm.addChild(innerPart61);
        this.bipedLeftArm.addChild(innerPart62);
        this.bipedLeftArm.addChild(ring01);
        this.bipedLeftArm.addChild(ring02);
        this.bipedLeftArm.addChild(ring03);
        this.bipedLeftArm.addChild(ring04);
        this.bipedLeftArm.addChild(ring05);
        this.bipedLeftArm.addChild(ring06);
        this.bipedLeftArm.addChild(ring07);
        this.bipedLeftArm.addChild(ring08);
        this.bipedLeftArm.addChild(ring09);
        this.bipedLeftArm.addChild(ring10);
        this.bipedLeftArm.addChild(ring11);
        this.bipedLeftArm.addChild(Ring12);
        this.bipedLeftArm.addChild(core);

        this.bipedHead.addChild(innerPart28_1);
        this.bipedHead.addChild(innerPart22_1);
        this.bipedHead.addChild(innerPart25_1);
        this.bipedHead.addChild(innerPart26_1);
        this.bipedHead.addChild(innerPart24_1);
        this.bipedHead.addChild(innerPart27_1);
        this.bipedHead.addChild(innerPart21_1);
        this.bipedHead.addChild(innerPart20_1);
        this.bipedHead.addChild(innerPart23_1);
        this.bipedHead.addChild(innerPart17_1);
        this.bipedHead.addChild(innerPart19_1);
        this.bipedHead.addChild(innerPart18_1);
        this.bipedHead.addChild(innerPart16_1);
        this.bipedHead.addChild(innerPart14_1);
        this.bipedHead.addChild(innerPart12_1);
        this.bipedHead.addChild(innerPart15_1);
        this.bipedHead.addChild(innerPart13_1);
        this.bipedHead.addChild(innerPart10_1);
        this.bipedHead.addChild(innerPart9_1);
        this.bipedHead.addChild(innerPart11_1);
        this.bipedHead.addChild(innerPart8_1);
        this.bipedHead.addChild(innerPart6_1);
        this.bipedHead.addChild(innerPart7_1);
        this.bipedHead.addChild(innerPart5_1);
        this.bipedHead.addChild(innerPart2_1);
        this.bipedHead.addChild(innerPart1_1);
        this.bipedHead.addChild(innerPart3_1);
        this.bipedHead.addChild(innerPart4_1);
        this.bipedHead.addChild(innerPart32_1);
        this.bipedHead.addChild(innerPart33_1);
        this.bipedHead.addChild(innerPart34_1);
        this.bipedHead.addChild(innerPart35_1);
        this.bipedHead.addChild(innerPart31_1);
        this.bipedHead.addChild(innerPart29_1);
        this.bipedHead.addChild(innerPart30_1);
        this.bipedHead.addChild(innerPart40_1);
        this.bipedHead.addChild(innerPart41_1);
        this.bipedHead.addChild(innerPart43_1);
        this.bipedHead.addChild(innerPart42_1);
        this.bipedHead.addChild(innerPart36_1);
        this.bipedHead.addChild(innerPart38_1);
        this.bipedHead.addChild(innerPart39_1);
        this.bipedHead.addChild(innerPart37_1);
        this.bipedHead.addChild(innerPart50_1);
        this.bipedHead.addChild(innerPart46_1);
        this.bipedHead.addChild(innerPart44_1);
        this.bipedHead.addChild(innerPart45_1);
        this.bipedHead.addChild(innerPart47_1);
        this.bipedHead.addChild(innerPart52_1);
        this.bipedHead.addChild(innerPart51_1);
        this.bipedHead.addChild(innerPart48_1);
        this.bipedHead.addChild(innerPart54_1);
        this.bipedHead.addChild(innerPart53_1);
        this.bipedHead.addChild(innerPart55_1);
        this.bipedHead.addChild(innerPart58_1);
        this.bipedHead.addChild(innerPart56_1);
        this.bipedHead.addChild(innerPart57_1);
        this.bipedHead.addChild(innerPart60_1);
        this.bipedHead.addChild(innerPart63_1);
        this.bipedHead.addChild(innerPart59_1);
        this.bipedHead.addChild(innerPart61_1);
        this.bipedHead.addChild(innerPart62_1);
        this.bipedHead.addChild(ring01_1);
        this.bipedHead.addChild(ring02_1);
        this.bipedHead.addChild(ring03_1);
        this.bipedHead.addChild(ring04_1);
        this.bipedHead.addChild(ring05_1);
        this.bipedHead.addChild(ring06_1);
        this.bipedHead.addChild(ring07_1);
        this.bipedHead.addChild(ring08_1);
        this.bipedHead.addChild(ring09_1);
        this.bipedHead.addChild(ring10_1);
        this.bipedHead.addChild(ring11_1);
        this.bipedHead.addChild(Ring12_1);
        this.bipedHead.addChild(core_1);

        
        this.bipedRightArm.addChild(innerPart28_2);
        this.bipedRightArm.addChild(innerPart22_2);
        this.bipedRightArm.addChild(innerPart25_2);
        this.bipedRightArm.addChild(innerPart26_2);
        this.bipedRightArm.addChild(innerPart24_2);
        this.bipedRightArm.addChild(innerPart27_2);
        this.bipedRightArm.addChild(innerPart21_2);
        this.bipedRightArm.addChild(innerPart20_2);
        this.bipedRightArm.addChild(innerPart23_2);
        this.bipedRightArm.addChild(innerPart17_2);
        this.bipedRightArm.addChild(innerPart19_2);
        this.bipedRightArm.addChild(innerPart18_2);
        this.bipedRightArm.addChild(innerPart16_2);
        this.bipedRightArm.addChild(innerPart14_2);
        this.bipedRightArm.addChild(innerPart12_2);
        this.bipedRightArm.addChild(innerPart15_2);
        this.bipedRightArm.addChild(innerPart13_2);
        this.bipedRightArm.addChild(innerPart10_2);
        this.bipedRightArm.addChild(innerPart9_2);
        this.bipedRightArm.addChild(innerPart11_2);
        this.bipedRightArm.addChild(innerPart8_2);
        this.bipedRightArm.addChild(innerPart6_2);
        this.bipedRightArm.addChild(innerPart7_2);
        this.bipedRightArm.addChild(innerPart5_2);
        this.bipedRightArm.addChild(innerPart2_2);
        this.bipedRightArm.addChild(innerPart1_2);
        this.bipedRightArm.addChild(innerPart3_2);
        this.bipedRightArm.addChild(innerPart4_2);
        this.bipedRightArm.addChild(innerPart32_2);
        this.bipedRightArm.addChild(innerPart33_2);
        this.bipedRightArm.addChild(innerPart34_2);
        this.bipedRightArm.addChild(innerPart35_2);
        this.bipedRightArm.addChild(innerPart31_2);
        this.bipedRightArm.addChild(innerPart29_2);
        this.bipedRightArm.addChild(innerPart30_2);
        this.bipedRightArm.addChild(innerPart40_2);
        this.bipedRightArm.addChild(innerPart41_2);
        this.bipedRightArm.addChild(innerPart43_2);
        this.bipedRightArm.addChild(innerPart42_2);
        this.bipedRightArm.addChild(innerPart36_2);
        this.bipedRightArm.addChild(innerPart38_2);
        this.bipedRightArm.addChild(innerPart39_2);
        this.bipedRightArm.addChild(innerPart37_2);
        this.bipedRightArm.addChild(innerPart50_2);
        this.bipedRightArm.addChild(innerPart46_2);
        this.bipedRightArm.addChild(innerPart44_2);
        this.bipedRightArm.addChild(innerPart45_2);
        this.bipedRightArm.addChild(innerPart47_2);
        this.bipedRightArm.addChild(innerPart52_2);
        this.bipedRightArm.addChild(innerPart51_2);
        this.bipedRightArm.addChild(innerPart48_2);
        this.bipedRightArm.addChild(innerPart54_2);
        this.bipedRightArm.addChild(innerPart53_2);
        this.bipedRightArm.addChild(innerPart55_2);
        this.bipedRightArm.addChild(innerPart58_2);
        this.bipedRightArm.addChild(innerPart56_2);
        this.bipedRightArm.addChild(innerPart57_2);
        this.bipedRightArm.addChild(innerPart60_2);
        this.bipedRightArm.addChild(innerPart63_2);
        this.bipedRightArm.addChild(innerPart59_2);
        this.bipedRightArm.addChild(innerPart61_2);
        this.bipedRightArm.addChild(innerPart62_2);
        this.bipedRightArm.addChild(ring01_2);
        this.bipedRightArm.addChild(ring02_2);
        this.bipedRightArm.addChild(ring03_2);
        this.bipedRightArm.addChild(ring04_2);
        this.bipedRightArm.addChild(ring05_2);
        this.bipedRightArm.addChild(ring06_2);
        this.bipedRightArm.addChild(ring07_2);
        this.bipedRightArm.addChild(ring08_2);
        this.bipedRightArm.addChild(ring09_2);
        this.bipedRightArm.addChild(ring10_2);
        this.bipedRightArm.addChild(ring11_2);
        this.bipedRightArm.addChild(Ring12_2);
        this.bipedRightArm.addChild(core_2);

        this.bipedLeftArm.addChild(handle01);
        this.bipedLeftArm.addChild(handle02);
        this.bipedLeftArm.addChild(handle03);
        this.bipedLeftArm.addChild(handle04);
        this.bipedLeftArm.addChild(handle05);
        this.bipedLeftArm.addChild(handle06);
        this.bipedLeftArm.addChild(handle07);
        this.bipedRightArm.addChild(handle08);
        this.bipedRightArm.addChild(handle09);
        this.bipedRightArm.addChild(handle10);
        this.bipedRightArm.addChild(handle11);
        this.bipedRightArm.addChild(handle12);
        this.bipedRightArm.addChild(handle13);
        this.bipedRightArm.addChild(handle14);
        this.bipedRightArm.addChild(handle15);
        this.bipedRightArm.addChild(handle16);
        this.bipedRightArm.addChild(handle17);
        this.bipedRightArm.addChild(handle18);
        this.bipedRightArm.addChild(handle19);
        this.bipedRightArm.addChild(handle20);
        
        
        
        GL11.glPushMatrix();
        GL11.glEnable(GL11.GL_BLEND);
    	GL11.glBlendFunc(GL11.GL_SRC_ALPHA, GL11.GL_ONE_MINUS_SRC_ALPHA);

        this.bipedLeftArm.addChild(shape96);
        this.bipedLeftArm.addChild(shape97);
        this.bipedLeftArm.addChild(shape98);
        this.bipedLeftArm.addChild(shape89);
        this.bipedLeftArm.addChild(shape94);
        this.bipedLeftArm.addChild(shape95);
        this.bipedLeftArm.addChild(shape93);
        this.bipedLeftArm.addChild(shape92);
        this.bipedLeftArm.addChild(shape90);
        this.bipedLeftArm.addChild(shape91);
        this.bipedLeftArm.addChild(shape88);
        this.bipedLeftArm.addChild(shape82);
        this.bipedLeftArm.addChild(shape85);
        this.bipedLeftArm.addChild(shape86);
        this.bipedLeftArm.addChild(shape84);
        this.bipedLeftArm.addChild(shape87);
        this.bipedLeftArm.addChild(shape81);
        this.bipedLeftArm.addChild(shape83);
        this.bipedLeftArm.addChild(shape80);
        this.bipedLeftArm.addChild(shape70);
        this.bipedLeftArm.addChild(shape75);
        this.bipedLeftArm.addChild(shape74);
        this.bipedLeftArm.addChild(shape76);
        this.bipedLeftArm.addChild(shape79);
        this.bipedLeftArm.addChild(shape69);
        this.bipedLeftArm.addChild(shape77);
        this.bipedLeftArm.addChild(shape72);
        this.bipedLeftArm.addChild(shape71);
        this.bipedLeftArm.addChild(shape73);
        this.bipedLeftArm.addChild(shape78);
        this.bipedLeftArm.addChild(shape68);
        this.bipedLeftArm.addChild(shape57);
        this.bipedLeftArm.addChild(shape65);
        this.bipedLeftArm.addChild(shape64);
        this.bipedLeftArm.addChild(shape58);
        this.bipedLeftArm.addChild(shape66);
        this.bipedLeftArm.addChild(shape67);
        this.bipedLeftArm.addChild(shape63);
        this.bipedLeftArm.addChild(shape62);
        this.bipedLeftArm.addChild(shape59);
        this.bipedLeftArm.addChild(shape61);
        this.bipedLeftArm.addChild(shape60);
        this.bipedLeftArm.addChild(shape56);
        this.bipedLeftArm.addChild(shape34);
        this.bipedLeftArm.addChild(shape40);
        this.bipedLeftArm.addChild(shape41);
        this.bipedLeftArm.addChild(shape39);
        this.bipedLeftArm.addChild(shape38);
        this.bipedLeftArm.addChild(shape33);
        this.bipedLeftArm.addChild(shape42);
        this.bipedLeftArm.addChild(shape43);
        this.bipedLeftArm.addChild(shape35);
        this.bipedLeftArm.addChild(shape36);
        this.bipedLeftArm.addChild(shape37);
        this.bipedLeftArm.addChild(shape32);
        this.bipedLeftArm.addChild(shape20);
        this.bipedLeftArm.addChild(shape31);
        this.bipedLeftArm.addChild(shape30);
        this.bipedLeftArm.addChild(shape24);
        this.bipedLeftArm.addChild(shape27);
        this.bipedLeftArm.addChild(shape23);
        this.bipedLeftArm.addChild(shape25);
        this.bipedLeftArm.addChild(shape26);
        this.bipedLeftArm.addChild(shape22);
        this.bipedLeftArm.addChild(shape29);
        this.bipedLeftArm.addChild(shape28);
        this.bipedLeftArm.addChild(shape21);
        this.bipedLeftArm.addChild(shape12);
        this.bipedLeftArm.addChild(shape16);
        this.bipedLeftArm.addChild(shape17);
        this.bipedLeftArm.addChild(shape14);
        this.bipedLeftArm.addChild(shape15);
        this.bipedLeftArm.addChild(shape13);
        this.bipedLeftArm.addChild(shape19);
        this.bipedLeftArm.addChild(shape18);
        this.bipedLeftArm.addChild(shape6);
        this.bipedLeftArm.addChild(shape10);
        this.bipedLeftArm.addChild(shape9);
        this.bipedLeftArm.addChild(shape11);
        this.bipedLeftArm.addChild(shape8);
        this.bipedLeftArm.addChild(shape4);
        this.bipedLeftArm.addChild(shape5);
        this.bipedLeftArm.addChild(shape7);
        this.bipedLeftArm.addChild(shape2);
        this.bipedLeftArm.addChild(shape3);
        this.bipedLeftArm.addChild(shape1);
        this.bipedHead.addChild(shape96_1);
        this.bipedHead.addChild(shape97_1);
        this.bipedHead.addChild(shape98_1);
        this.bipedHead.addChild(shape89_1);
        this.bipedHead.addChild(shape94_1);
        this.bipedHead.addChild(shape95_1);
        this.bipedHead.addChild(shape93_1);
        this.bipedHead.addChild(shape92_1);
        this.bipedHead.addChild(shape90_1);
        this.bipedHead.addChild(shape91_1);
        this.bipedHead.addChild(shape88_1);
        this.bipedHead.addChild(shape82_1);
        this.bipedHead.addChild(shape85_1);
        this.bipedHead.addChild(shape86_1);
        this.bipedHead.addChild(shape84_1);
        this.bipedHead.addChild(shape87_1);
        this.bipedHead.addChild(shape81_1);
        this.bipedHead.addChild(shape83_1);
        this.bipedHead.addChild(shape80_1);
        this.bipedHead.addChild(shape70_1);
        this.bipedHead.addChild(shape75_1);
        this.bipedHead.addChild(shape74_1);
        this.bipedHead.addChild(shape76_1);
        this.bipedHead.addChild(shape79_1);
        this.bipedHead.addChild(shape69_1);
        this.bipedHead.addChild(shape77_1);
        this.bipedHead.addChild(shape72_1);
        this.bipedHead.addChild(shape71_1);
        this.bipedHead.addChild(shape73_1);
        this.bipedHead.addChild(shape78_1);
        this.bipedHead.addChild(shape68_1);
        this.bipedHead.addChild(shape57_1);
        this.bipedHead.addChild(shape65_1);
        this.bipedHead.addChild(shape64_1);
        this.bipedHead.addChild(shape58_1);
        this.bipedHead.addChild(shape66_1);
        this.bipedHead.addChild(shape67_1);
        this.bipedHead.addChild(shape63_1);
        this.bipedHead.addChild(shape62_1);
        this.bipedHead.addChild(shape59_1);
        this.bipedHead.addChild(shape61_1);
        this.bipedHead.addChild(shape60_1);
        this.bipedHead.addChild(shape56_1);
        this.bipedHead.addChild(shape34_1);
        this.bipedHead.addChild(shape40_1);
        this.bipedHead.addChild(shape41_1);
        this.bipedHead.addChild(shape39_1);
        this.bipedHead.addChild(shape38_1);
        this.bipedHead.addChild(shape33_1);
        this.bipedHead.addChild(shape42_1);
        this.bipedHead.addChild(shape43_1);
        this.bipedHead.addChild(shape35_1);
        this.bipedHead.addChild(shape36_1);
        this.bipedHead.addChild(shape37_1);
        this.bipedHead.addChild(shape32_1);
        this.bipedHead.addChild(shape20_1);
        this.bipedHead.addChild(shape31_1);
        this.bipedHead.addChild(shape30_1);
        this.bipedHead.addChild(shape24_1);
        this.bipedHead.addChild(shape27_1);
        this.bipedHead.addChild(shape23_1);
        this.bipedHead.addChild(shape25_1);
        this.bipedHead.addChild(shape26_1);
        this.bipedHead.addChild(shape22_1);
        this.bipedHead.addChild(shape29_1);
        this.bipedHead.addChild(shape28_1);
        this.bipedHead.addChild(shape21_1);
        this.bipedHead.addChild(shape12_1);
        this.bipedHead.addChild(shape16_1);
        this.bipedHead.addChild(shape17_1);
        this.bipedHead.addChild(shape14_1);
        this.bipedHead.addChild(shape15_1);
        this.bipedHead.addChild(shape13_1);
        this.bipedHead.addChild(shape19_1);
        this.bipedHead.addChild(shape18_1);
        this.bipedHead.addChild(shape6_1);
        this.bipedHead.addChild(shape10_1);
        this.bipedHead.addChild(shape9_1);
        this.bipedHead.addChild(shape11_1);
        this.bipedHead.addChild(shape8_1);
        this.bipedHead.addChild(shape4_1);
        this.bipedHead.addChild(shape5_1);
        this.bipedHead.addChild(shape7_1);
        this.bipedHead.addChild(shape2_1);
        this.bipedHead.addChild(shape3_1);
        this.bipedHead.addChild(shape1_1);
        this.bipedRightArm.addChild(shape96_2);
        this.bipedRightArm.addChild(shape97_2);
        this.bipedRightArm.addChild(shape98_2);
        this.bipedRightArm.addChild(shape89_2);
        this.bipedRightArm.addChild(shape94_2);
        this.bipedRightArm.addChild(shape95_2);
        this.bipedRightArm.addChild(shape93_2);
        this.bipedRightArm.addChild(shape92_2);
        this.bipedRightArm.addChild(shape90_2);
        this.bipedRightArm.addChild(shape91_2);
        this.bipedRightArm.addChild(shape88_2);
        this.bipedRightArm.addChild(shape82_2);
        this.bipedRightArm.addChild(shape85_2);
        this.bipedRightArm.addChild(shape86_2);
        this.bipedRightArm.addChild(shape84_2);
        this.bipedRightArm.addChild(shape87_2);
        this.bipedRightArm.addChild(shape81_2);
        this.bipedRightArm.addChild(shape83_2);
        this.bipedRightArm.addChild(shape80_2);
        this.bipedRightArm.addChild(shape70_2);
        this.bipedRightArm.addChild(shape75_2);
        this.bipedRightArm.addChild(shape74_2);
        this.bipedRightArm.addChild(shape76_2);
        this.bipedRightArm.addChild(shape79_2);
        this.bipedRightArm.addChild(shape69_2);
        this.bipedRightArm.addChild(shape77_2);
        this.bipedRightArm.addChild(shape72_2);
        this.bipedRightArm.addChild(shape71_2);
        this.bipedRightArm.addChild(shape73_2);
        this.bipedRightArm.addChild(shape78_2);
        this.bipedRightArm.addChild(shape68_2);
        this.bipedRightArm.addChild(shape57_2);
        this.bipedRightArm.addChild(shape65_2);
        this.bipedRightArm.addChild(shape64_2);
        this.bipedRightArm.addChild(shape58_2);
        this.bipedRightArm.addChild(shape66_2);
        this.bipedRightArm.addChild(shape67_2);
        this.bipedRightArm.addChild(shape63_2);
        this.bipedRightArm.addChild(shape62_2);
        this.bipedRightArm.addChild(shape59_2);
        this.bipedRightArm.addChild(shape61_2);
        this.bipedRightArm.addChild(shape60_2);
        this.bipedRightArm.addChild(shape56_2);
        this.bipedRightArm.addChild(shape34_2);
        this.bipedRightArm.addChild(shape40_2);
        this.bipedRightArm.addChild(shape41_2);
        this.bipedRightArm.addChild(shape39_2);
        this.bipedRightArm.addChild(shape38_2);
        this.bipedRightArm.addChild(shape33_2);
        this.bipedRightArm.addChild(shape42_2);
        this.bipedRightArm.addChild(shape43_2);
        this.bipedRightArm.addChild(shape35_2);
        this.bipedRightArm.addChild(shape36_2);
        this.bipedRightArm.addChild(shape37_2);
        this.bipedRightArm.addChild(shape32_2);
        this.bipedRightArm.addChild(shape20_2);
        this.bipedRightArm.addChild(shape31_2);
        this.bipedRightArm.addChild(shape30_2);
        this.bipedRightArm.addChild(shape24_2);
        this.bipedRightArm.addChild(shape27_2);
        this.bipedRightArm.addChild(shape23_2);
        this.bipedRightArm.addChild(shape25_2);
        this.bipedRightArm.addChild(shape26_2);
        this.bipedRightArm.addChild(shape22_2);
        this.bipedRightArm.addChild(shape29_2);
        this.bipedRightArm.addChild(shape28_2);
        this.bipedRightArm.addChild(shape21_2);
        this.bipedRightArm.addChild(shape12_2);
        this.bipedRightArm.addChild(shape16_2);
        this.bipedRightArm.addChild(shape17_2);
        this.bipedRightArm.addChild(shape14_2);
        this.bipedRightArm.addChild(shape15_2);
        this.bipedRightArm.addChild(shape13_2);
        this.bipedRightArm.addChild(shape19_2);
        this.bipedRightArm.addChild(shape18_2);
        this.bipedRightArm.addChild(shape6_2);
        this.bipedRightArm.addChild(shape10_2);
        this.bipedRightArm.addChild(shape9_2);
        this.bipedRightArm.addChild(shape11_2);
        this.bipedRightArm.addChild(shape8_2);
        this.bipedRightArm.addChild(shape4_2);
        this.bipedRightArm.addChild(shape5_2);
        this.bipedRightArm.addChild(shape7_2);
        this.bipedRightArm.addChild(shape2_2);
        this.bipedRightArm.addChild(shape3_2);
        this.bipedRightArm.addChild(shape1_2);

        GL11.glDisable(GL11.GL_BLEND);
        GL11.glPopMatrix();
        
        
        // */
    }

    @Override
    public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5) { 
        
   	 this.setRotationAngles(f, f1, f2, f3, f4, f5, entity);

     if (this.isChild)
     {
         float f6 = 2.0F;
         GL11.glPushMatrix();
         GL11.glScalef(1.5F / f6, 1.5F / f6, 1.5F / f6);
         GL11.glTranslatef(0.0F, 16.0F * f5, 0.0F);
         this.bipedHead.render(f5);
         GL11.glPopMatrix();
         GL11.glPushMatrix();
         GL11.glScalef(1.0F / f6, 1.0F / f6, 1.0F / f6);
         GL11.glTranslatef(0.0F, 24.0F * f5, 0.0F);
         this.bipedBody.render(f5);
         this.bipedRightArm.render(f5);
         this.bipedLeftArm.render(f5);
         this.bipedRightLeg.render(f5);
         this.bipedLeftLeg.render(f5);
         this.bipedHeadwear.render(f5);
         GL11.glPopMatrix();
     }
     else
     {
         this.bipedHead.render(f5);
         this.bipedBody.render(f5);
         this.bipedRightArm.render(f5);
         this.bipedLeftArm.render(f5);
         this.bipedRightLeg.render(f5);
         this.bipedLeftLeg.render(f5);
         this.bipedHeadwear.render(f5);
     }
    }

    /**
     * This is a helper function from Tabula to set the rotation of model parts
     */
    public void setRotateAngle(ModelRenderer modelRenderer, float x, float y, float z) {
        modelRenderer.rotateAngleX = x;
        modelRenderer.rotateAngleY = y;
        modelRenderer.rotateAngleZ = z;
    }
}

 

This is not Semitransparent, so I figured out that by using this Code(code below) I get to be semitransparent(I know the arms etc. are offset):

http://www.pic-upload.de/view-28530410/2015-10-09_16.22.49.png.html

Code:

 

package models.PortableVoid;

import org.lwjgl.opengl.GL11;

import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelBiped;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;

/**
* DragonArmor - Pythonschlange
* Created using Tabula 4.1.1
*/
public class Model_DragonArmor extends ModelBiped {
    public ModelRenderer shape96;
    public ModelRenderer shape97;
    public ModelRenderer shape98;
    public ModelRenderer shape89;
    public ModelRenderer shape94;
    public ModelRenderer shape95;
    public ModelRenderer shape93;
    public ModelRenderer shape92;
    public ModelRenderer shape90;
    public ModelRenderer shape91;
    public ModelRenderer shape88;
    public ModelRenderer shape82;
    public ModelRenderer shape85;
    public ModelRenderer shape86;
    public ModelRenderer shape84;
    public ModelRenderer shape87;
    public ModelRenderer shape81;
    public ModelRenderer shape83;
    public ModelRenderer shape80;
    public ModelRenderer shape70;
    public ModelRenderer shape75;
    public ModelRenderer shape74;
    public ModelRenderer shape76;
    public ModelRenderer shape79;
    public ModelRenderer shape69;
    public ModelRenderer shape77;
    public ModelRenderer shape72;
    public ModelRenderer shape71;
    public ModelRenderer shape73;
    public ModelRenderer shape78;
    public ModelRenderer shape68;
    public ModelRenderer shape57;
    public ModelRenderer shape65;
    public ModelRenderer shape64;
    public ModelRenderer shape58;
    public ModelRenderer shape66;
    public ModelRenderer shape67;
    public ModelRenderer shape63;
    public ModelRenderer shape62;
    public ModelRenderer shape59;
    public ModelRenderer shape61;
    public ModelRenderer shape60;
    public ModelRenderer shape56;
    public ModelRenderer shape34;
    public ModelRenderer shape40;
    public ModelRenderer shape41;
    public ModelRenderer shape39;
    public ModelRenderer shape38;
    public ModelRenderer shape33;
    public ModelRenderer shape42;
    public ModelRenderer shape43;
    public ModelRenderer shape35;
    public ModelRenderer shape36;
    public ModelRenderer shape37;
    public ModelRenderer shape32;
    public ModelRenderer shape20;
    public ModelRenderer shape31;
    public ModelRenderer shape30;
    public ModelRenderer shape24;
    public ModelRenderer shape27;
    public ModelRenderer shape23;
    public ModelRenderer shape25;
    public ModelRenderer shape26;
    public ModelRenderer shape22;
    public ModelRenderer shape29;
    public ModelRenderer shape28;
    public ModelRenderer shape21;
    public ModelRenderer shape12;
    public ModelRenderer shape16;
    public ModelRenderer shape17;
    public ModelRenderer shape14;
    public ModelRenderer shape15;
    public ModelRenderer shape13;
    public ModelRenderer shape19;
    public ModelRenderer shape18;
    public ModelRenderer shape6;
    public ModelRenderer shape10;
    public ModelRenderer shape9;
    public ModelRenderer shape11;
    public ModelRenderer shape8;
    public ModelRenderer shape4;
    public ModelRenderer shape5;
    public ModelRenderer shape7;
    public ModelRenderer shape2;
    public ModelRenderer shape3;
    public ModelRenderer shape1;
    public ModelRenderer innerPart28;
    public ModelRenderer innerPart22;
    public ModelRenderer innerPart25;
    public ModelRenderer innerPart26;
    public ModelRenderer innerPart24;
    public ModelRenderer innerPart27;
    public ModelRenderer innerPart21;
    public ModelRenderer innerPart20;
    public ModelRenderer innerPart23;
    public ModelRenderer innerPart17;
    public ModelRenderer innerPart19;
    public ModelRenderer innerPart18;
    public ModelRenderer innerPart16;
    public ModelRenderer innerPart14;
    public ModelRenderer innerPart12;
    public ModelRenderer innerPart15;
    public ModelRenderer innerPart13;
    public ModelRenderer innerPart10;
    public ModelRenderer innerPart9;
    public ModelRenderer innerPart11;
    public ModelRenderer innerPart8;
    public ModelRenderer innerPart6;
    public ModelRenderer innerPart7;
    public ModelRenderer innerPart5;
    public ModelRenderer innerPart2;
    public ModelRenderer innerPart1;
    public ModelRenderer innerPart3;
    public ModelRenderer innerPart4;
    public ModelRenderer innerPart32;
    public ModelRenderer innerPart33;
    public ModelRenderer innerPart34;
    public ModelRenderer innerPart35;
    public ModelRenderer innerPart31;
    public ModelRenderer innerPart29;
    public ModelRenderer innerPart30;
    public ModelRenderer innerPart40;
    public ModelRenderer innerPart41;
    public ModelRenderer innerPart43;
    public ModelRenderer innerPart42;
    public ModelRenderer innerPart36;
    public ModelRenderer innerPart38;
    public ModelRenderer innerPart39;
    public ModelRenderer innerPart37;
    public ModelRenderer innerPart50;
    public ModelRenderer innerPart46;
    public ModelRenderer innerPart44;
    public ModelRenderer innerPart45;
    public ModelRenderer innerPart47;
    public ModelRenderer innerPart52;
    public ModelRenderer innerPart51;
    public ModelRenderer innerPart48;
    public ModelRenderer innerPart54;
    public ModelRenderer innerPart53;
    public ModelRenderer innerPart55;
    public ModelRenderer innerPart58;
    public ModelRenderer innerPart56;
    public ModelRenderer innerPart57;
    public ModelRenderer innerPart60;
    public ModelRenderer innerPart63;
    public ModelRenderer innerPart59;
    public ModelRenderer innerPart61;
    public ModelRenderer innerPart62;
    public ModelRenderer ring01;
    public ModelRenderer ring02;
    public ModelRenderer ring03;
    public ModelRenderer ring04;
    public ModelRenderer ring05;
    public ModelRenderer ring06;
    public ModelRenderer ring07;
    public ModelRenderer ring08;
    public ModelRenderer ring09;
    public ModelRenderer ring10;
    public ModelRenderer ring11;
    public ModelRenderer Ring12;
    public ModelRenderer core;
    public ModelRenderer shape96_1;
    public ModelRenderer shape97_1;
    public ModelRenderer shape98_1;
    public ModelRenderer shape89_1;
    public ModelRenderer shape94_1;
    public ModelRenderer shape95_1;
    public ModelRenderer shape93_1;
    public ModelRenderer shape92_1;
    public ModelRenderer shape90_1;
    public ModelRenderer shape91_1;
    public ModelRenderer shape88_1;
    public ModelRenderer shape82_1;
    public ModelRenderer shape85_1;
    public ModelRenderer shape86_1;
    public ModelRenderer shape84_1;
    public ModelRenderer shape87_1;
    public ModelRenderer shape81_1;
    public ModelRenderer shape83_1;
    public ModelRenderer shape80_1;
    public ModelRenderer shape70_1;
    public ModelRenderer shape75_1;
    public ModelRenderer shape74_1;
    public ModelRenderer shape76_1;
    public ModelRenderer shape79_1;
    public ModelRenderer shape69_1;
    public ModelRenderer shape77_1;
    public ModelRenderer shape72_1;
    public ModelRenderer shape71_1;
    public ModelRenderer shape73_1;
    public ModelRenderer shape78_1;
    public ModelRenderer shape68_1;
    public ModelRenderer shape57_1;
    public ModelRenderer shape65_1;
    public ModelRenderer shape64_1;
    public ModelRenderer shape58_1;
    public ModelRenderer shape66_1;
    public ModelRenderer shape67_1;
    public ModelRenderer shape63_1;
    public ModelRenderer shape62_1;
    public ModelRenderer shape59_1;
    public ModelRenderer shape61_1;
    public ModelRenderer shape60_1;
    public ModelRenderer shape56_1;
    public ModelRenderer shape34_1;
    public ModelRenderer shape40_1;
    public ModelRenderer shape41_1;
    public ModelRenderer shape39_1;
    public ModelRenderer shape38_1;
    public ModelRenderer shape33_1;
    public ModelRenderer shape42_1;
    public ModelRenderer shape43_1;
    public ModelRenderer shape35_1;
    public ModelRenderer shape36_1;
    public ModelRenderer shape37_1;
    public ModelRenderer shape32_1;
    public ModelRenderer shape20_1;
    public ModelRenderer shape31_1;
    public ModelRenderer shape30_1;
    public ModelRenderer shape24_1;
    public ModelRenderer shape27_1;
    public ModelRenderer shape23_1;
    public ModelRenderer shape25_1;
    public ModelRenderer shape26_1;
    public ModelRenderer shape22_1;
    public ModelRenderer shape29_1;
    public ModelRenderer shape28_1;
    public ModelRenderer shape21_1;
    public ModelRenderer shape12_1;
    public ModelRenderer shape16_1;
    public ModelRenderer shape17_1;
    public ModelRenderer shape14_1;
    public ModelRenderer shape15_1;
    public ModelRenderer shape13_1;
    public ModelRenderer shape19_1;
    public ModelRenderer shape18_1;
    public ModelRenderer shape6_1;
    public ModelRenderer shape10_1;
    public ModelRenderer shape9_1;
    public ModelRenderer shape11_1;
    public ModelRenderer shape8_1;
    public ModelRenderer shape4_1;
    public ModelRenderer shape5_1;
    public ModelRenderer shape7_1;
    public ModelRenderer shape2_1;
    public ModelRenderer shape3_1;
    public ModelRenderer shape1_1;
    public ModelRenderer innerPart28_1;
    public ModelRenderer innerPart22_1;
    public ModelRenderer innerPart25_1;
    public ModelRenderer innerPart26_1;
    public ModelRenderer innerPart24_1;
    public ModelRenderer innerPart27_1;
    public ModelRenderer innerPart21_1;
    public ModelRenderer innerPart20_1;
    public ModelRenderer innerPart23_1;
    public ModelRenderer innerPart17_1;
    public ModelRenderer innerPart19_1;
    public ModelRenderer innerPart18_1;
    public ModelRenderer innerPart16_1;
    public ModelRenderer innerPart14_1;
    public ModelRenderer innerPart12_1;
    public ModelRenderer innerPart15_1;
    public ModelRenderer innerPart13_1;
    public ModelRenderer innerPart10_1;
    public ModelRenderer innerPart9_1;
    public ModelRenderer innerPart11_1;
    public ModelRenderer innerPart8_1;
    public ModelRenderer innerPart6_1;
    public ModelRenderer innerPart7_1;
    public ModelRenderer innerPart5_1;
    public ModelRenderer innerPart2_1;
    public ModelRenderer innerPart1_1;
    public ModelRenderer innerPart3_1;
    public ModelRenderer innerPart4_1;
    public ModelRenderer innerPart32_1;
    public ModelRenderer innerPart33_1;
    public ModelRenderer innerPart34_1;
    public ModelRenderer innerPart35_1;
    public ModelRenderer innerPart31_1;
    public ModelRenderer innerPart29_1;
    public ModelRenderer innerPart30_1;
    public ModelRenderer innerPart40_1;
    public ModelRenderer innerPart41_1;
    public ModelRenderer innerPart43_1;
    public ModelRenderer innerPart42_1;
    public ModelRenderer innerPart36_1;
    public ModelRenderer innerPart38_1;
    public ModelRenderer innerPart39_1;
    public ModelRenderer innerPart37_1;
    public ModelRenderer innerPart50_1;
    public ModelRenderer innerPart46_1;
    public ModelRenderer innerPart44_1;
    public ModelRenderer innerPart45_1;
    public ModelRenderer innerPart47_1;
    public ModelRenderer innerPart52_1;
    public ModelRenderer innerPart51_1;
    public ModelRenderer innerPart48_1;
    public ModelRenderer innerPart54_1;
    public ModelRenderer innerPart53_1;
    public ModelRenderer innerPart55_1;
    public ModelRenderer innerPart58_1;
    public ModelRenderer innerPart56_1;
    public ModelRenderer innerPart57_1;
    public ModelRenderer innerPart60_1;
    public ModelRenderer innerPart63_1;
    public ModelRenderer innerPart59_1;
    public ModelRenderer innerPart61_1;
    public ModelRenderer innerPart62_1;
    public ModelRenderer ring01_1;
    public ModelRenderer ring02_1;
    public ModelRenderer ring03_1;
    public ModelRenderer ring04_1;
    public ModelRenderer ring05_1;
    public ModelRenderer ring06_1;
    public ModelRenderer ring07_1;
    public ModelRenderer ring08_1;
    public ModelRenderer ring09_1;
    public ModelRenderer ring10_1;
    public ModelRenderer ring11_1;
    public ModelRenderer Ring12_1;
    public ModelRenderer core_1;
    public ModelRenderer shape96_2;
    public ModelRenderer shape97_2;
    public ModelRenderer shape98_2;
    public ModelRenderer shape89_2;
    public ModelRenderer shape94_2;
    public ModelRenderer shape95_2;
    public ModelRenderer shape93_2;
    public ModelRenderer shape92_2;
    public ModelRenderer shape90_2;
    public ModelRenderer shape91_2;
    public ModelRenderer shape88_2;
    public ModelRenderer shape82_2;
    public ModelRenderer shape85_2;
    public ModelRenderer shape86_2;
    public ModelRenderer shape84_2;
    public ModelRenderer shape87_2;
    public ModelRenderer shape81_2;
    public ModelRenderer shape83_2;
    public ModelRenderer shape80_2;
    public ModelRenderer shape70_2;
    public ModelRenderer shape75_2;
    public ModelRenderer shape74_2;
    public ModelRenderer shape76_2;
    public ModelRenderer shape79_2;
    public ModelRenderer shape69_2;
    public ModelRenderer shape77_2;
    public ModelRenderer shape72_2;
    public ModelRenderer shape71_2;
    public ModelRenderer shape73_2;
    public ModelRenderer shape78_2;
    public ModelRenderer shape68_2;
    public ModelRenderer shape57_2;
    public ModelRenderer shape65_2;
    public ModelRenderer shape64_2;
    public ModelRenderer shape58_2;
    public ModelRenderer shape66_2;
    public ModelRenderer shape67_2;
    public ModelRenderer shape63_2;
    public ModelRenderer shape62_2;
    public ModelRenderer shape59_2;
    public ModelRenderer shape61_2;
    public ModelRenderer shape60_2;
    public ModelRenderer shape56_2;
    public ModelRenderer shape34_2;
    public ModelRenderer shape40_2;
    public ModelRenderer shape41_2;
    public ModelRenderer shape39_2;
    public ModelRenderer shape38_2;
    public ModelRenderer shape33_2;
    public ModelRenderer shape42_2;
    public ModelRenderer shape43_2;
    public ModelRenderer shape35_2;
    public ModelRenderer shape36_2;
    public ModelRenderer shape37_2;
    public ModelRenderer shape32_2;
    public ModelRenderer shape20_2;
    public ModelRenderer shape31_2;
    public ModelRenderer shape30_2;
    public ModelRenderer shape24_2;
    public ModelRenderer shape27_2;
    public ModelRenderer shape23_2;
    public ModelRenderer shape25_2;
    public ModelRenderer shape26_2;
    public ModelRenderer shape22_2;
    public ModelRenderer shape29_2;
    public ModelRenderer shape28_2;
    public ModelRenderer shape21_2;
    public ModelRenderer shape12_2;
    public ModelRenderer shape16_2;
    public ModelRenderer shape17_2;
    public ModelRenderer shape14_2;
    public ModelRenderer shape15_2;
    public ModelRenderer shape13_2;
    public ModelRenderer shape19_2;
    public ModelRenderer shape18_2;
    public ModelRenderer shape6_2;
    public ModelRenderer shape10_2;
    public ModelRenderer shape9_2;
    public ModelRenderer shape11_2;
    public ModelRenderer shape8_2;
    public ModelRenderer shape4_2;
    public ModelRenderer shape5_2;
    public ModelRenderer shape7_2;
    public ModelRenderer shape2_2;
    public ModelRenderer shape3_2;
    public ModelRenderer shape1_2;
    public ModelRenderer innerPart28_2;
    public ModelRenderer innerPart22_2;
    public ModelRenderer innerPart25_2;
    public ModelRenderer innerPart26_2;
    public ModelRenderer innerPart24_2;
    public ModelRenderer innerPart27_2;
    public ModelRenderer innerPart21_2;
    public ModelRenderer innerPart20_2;
    public ModelRenderer innerPart23_2;
    public ModelRenderer innerPart17_2;
    public ModelRenderer innerPart19_2;
    public ModelRenderer innerPart18_2;
    public ModelRenderer innerPart16_2;
    public ModelRenderer innerPart14_2;
    public ModelRenderer innerPart12_2;
    public ModelRenderer innerPart15_2;
    public ModelRenderer innerPart13_2;
    public ModelRenderer innerPart10_2;
    public ModelRenderer innerPart9_2;
    public ModelRenderer innerPart11_2;
    public ModelRenderer innerPart8_2;
    public ModelRenderer innerPart6_2;
    public ModelRenderer innerPart7_2;
    public ModelRenderer innerPart5_2;
    public ModelRenderer innerPart2_2;
    public ModelRenderer innerPart1_2;
    public ModelRenderer innerPart3_2;
    public ModelRenderer innerPart4_2;
    public ModelRenderer innerPart32_2;
    public ModelRenderer innerPart33_2;
    public ModelRenderer innerPart34_2;
    public ModelRenderer innerPart35_2;
    public ModelRenderer innerPart31_2;
    public ModelRenderer innerPart29_2;
    public ModelRenderer innerPart30_2;
    public ModelRenderer innerPart40_2;
    public ModelRenderer innerPart41_2;
    public ModelRenderer innerPart43_2;
    public ModelRenderer innerPart42_2;
    public ModelRenderer innerPart36_2;
    public ModelRenderer innerPart38_2;
    public ModelRenderer innerPart39_2;
    public ModelRenderer innerPart37_2;
    public ModelRenderer innerPart50_2;
    public ModelRenderer innerPart46_2;
    public ModelRenderer innerPart44_2;
    public ModelRenderer innerPart45_2;
    public ModelRenderer innerPart47_2;
    public ModelRenderer innerPart52_2;
    public ModelRenderer innerPart51_2;
    public ModelRenderer innerPart48_2;
    public ModelRenderer innerPart54_2;
    public ModelRenderer innerPart53_2;
    public ModelRenderer innerPart55_2;
    public ModelRenderer innerPart58_2;
    public ModelRenderer innerPart56_2;
    public ModelRenderer innerPart57_2;
    public ModelRenderer innerPart60_2;
    public ModelRenderer innerPart63_2;
    public ModelRenderer innerPart59_2;
    public ModelRenderer innerPart61_2;
    public ModelRenderer innerPart62_2;
    public ModelRenderer ring01_2;
    public ModelRenderer ring02_2;
    public ModelRenderer ring03_2;
    public ModelRenderer ring04_2;
    public ModelRenderer ring05_2;
    public ModelRenderer ring06_2;
    public ModelRenderer ring07_2;
    public ModelRenderer ring08_2;
    public ModelRenderer ring09_2;
    public ModelRenderer ring10_2;
    public ModelRenderer ring11_2;
    public ModelRenderer Ring12_2;
    public ModelRenderer core_2;
    public ModelRenderer ArmorHelmed1;
    public ModelRenderer ArmorChest1;
    public ModelRenderer ArmorLegLeft1;
    public ModelRenderer ArmorLegRight1;
    public ModelRenderer ArmorRightArm1;
    public ModelRenderer ArmorLeftArm1;
    public ModelRenderer ArmorBootsRight;
    public ModelRenderer ArmorBootsLeft;
    public ModelRenderer ArmorHelmed2;
    public ModelRenderer ArmorHelmed3;
    public ModelRenderer handle01;
    public ModelRenderer handle02;
    public ModelRenderer handle03;
    public ModelRenderer handle04;
    public ModelRenderer handle05;
    public ModelRenderer handle06;
    public ModelRenderer handle07;
    public ModelRenderer handle08;
    public ModelRenderer handle09;
    public ModelRenderer handle10;
    public ModelRenderer handle11;
    public ModelRenderer handle12;
    public ModelRenderer handle13;
    public ModelRenderer handle14;
    public ModelRenderer handle15;
    public ModelRenderer handle16;
    public ModelRenderer handle17;
    public ModelRenderer handle18;
    public ModelRenderer handle19;
    public ModelRenderer handle20;

    public Model_DragonArmor(float f) {

    	super(f, 0, 400, 400);
        this.innerPart60 = new ModelRenderer(this, 18, 79);
        this.innerPart60.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart60.addBox(6.999999999999993F, -8.999999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.shape67 = new ModelRenderer(this, 0, 0);
        this.shape67.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape67.addBox(4.0000000000000036F, -10.999999999999979F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart8_1 = new ModelRenderer(this, 28, 115);
        this.innerPart8_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart8_1.addBox(-2.5F, -14.899999999999956F, 2.5F, 5, 1, 1, 0.0F);
        this.innerPart29_1 = new ModelRenderer(this, 39, 88);
        this.innerPart29_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart29_1.addBox(-2.5F, -12.899999999999956F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart50_2 = new ModelRenderer(this, 64, 112);
        this.innerPart50_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart50_2.addBox(-9.000000000000012F, -11.999999999999973F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart20 = new ModelRenderer(this, 123, 98);
        this.innerPart20.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart20.addBox(4.0000000000000036F, -8.999999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.Ring12_2 = new ModelRenderer(this, 100, 6);
        this.Ring12_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.Ring12_2.addBox(-11.000000000000004F, -2.9999999999999827F, -0.5F, 5, 1, 1, 0.0F);
        this.shape75_1 = new ModelRenderer(this, 32, 48);
        this.shape75_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape75_1.addBox(1.5F, -20.900000000000027F, 1.5F, 2, 1, 1, 0.0F);
        this.shape87_2 = new ModelRenderer(this, 8, 36);
        this.shape87_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape87_2.addBox(-6.000000000000023F, -4.999999999999988F, 2.5F, 1, 1, 1, 0.0F);
        this.shape42 = new ModelRenderer(this, 4, 32);
        this.shape42.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape42.addBox(11.999999999999972F, -4.999999999999988F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart31_1 = new ModelRenderer(this, 39, 72);
        this.innerPart31_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart31_1.addBox(3.5F, -18.900000000000002F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart30 = new ModelRenderer(this, 39, 80);
        this.innerPart30.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart30.addBox(4.0000000000000036F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.shape65_1 = new ModelRenderer(this, 4, 14);
        this.shape65_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape65_1.addBox(2.5F, -20.900000000000027F, 0.5F, 1, 1, 1, 0.0F);
        this.ArmorRightArm1 = new ModelRenderer(this, 62, 163);
        this.ArmorRightArm1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorRightArm1.addBox(-4.0F, -3.0F, -3.0F, 6, 7, 6, 0.0F);
        this.innerPart33 = new ModelRenderer(this, 25, 72);
        this.innerPart33.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart33.addBox(5.000000000000002F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape11_2 = new ModelRenderer(this, 0, 44);
        this.shape11_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape11_2.addBox(-7.0000000000000195F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape60 = new ModelRenderer(this, 0, ;
        this.shape60.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape60.addBox(4.0000000000000036F, -4.999999999999988F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart37_1 = new ModelRenderer(this, 115, 94);
        this.innerPart37_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart37_1.addBox(-1.5F, -12.899999999999956F, -1.5F, 3, 1, 1, 0.0F);
        this.shape57 = new ModelRenderer(this, 20, 50);
        this.shape57.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape57.addBox(5.9999999999999964F, -12.99999999999997F, 0.5F, 5, 1, 1, 0.0F);
        this.innerPart15 = new ModelRenderer(this, 115, 117);
        this.innerPart15.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart15.addBox(5.9999999999999964F, -4.999999999999988F, 1.5F, 5, 1, 1, 0.0F);
        this.core = new ModelRenderer(this, 110, 45);
        this.core.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.core.addBox(6.999999999999993F, -8.999999999999988F, -1.5F, 3, 3, 3, 0.0F);
        this.shape23 = new ModelRenderer(this, 0, 16);
        this.shape23.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape23.addBox(12.999999999999972F, -8.999999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.innerPart42_1 = new ModelRenderer(this, 63, 78);
        this.innerPart42_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart42_1.addBox(-3.5F, -14.899999999999956F, -1.5F, 2, 2, 1, 0.0F);
        this.handle05 = new ModelRenderer(this, 114, 16);
        this.handle05.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle05.addBox(6.0F, -2.0F, -0.5F, 1, 1, 2, 0.0F);
        this.shape95 = new ModelRenderer(this, 8, 16);
        this.shape95.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape95.addBox(9.99999999999998F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart33_2 = new ModelRenderer(this, 25, 72);
        this.innerPart33_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart33_2.addBox(-12.0F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape8_1 = new ModelRenderer(this, 0, 50);
        this.shape8_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape8_1.addBox(-2.5F, -14.899999999999956F, -4.5F, 1, 1, 1, 0.0F);
        this.innerPart24_1 = new ModelRenderer(this, 69, 98);
        this.innerPart24_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart24_1.addBox(-3.5F, -14.899999999999956F, 0.5F, 2, 2, 1, 0.0F);
        this.ring05 = new ModelRenderer(this, 115, 5);
        this.ring05.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring05.addBox(4.0000000000000036F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape61_2 = new ModelRenderer(this, 0, 6);
        this.shape61_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape61_2.addBox(-12.0F, -3.999999999999987F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart25 = new ModelRenderer(this, 60, 98);
        this.innerPart25.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart25.addBox(5.000000000000002F, -10.999999999999979F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart12_1 = new ModelRenderer(this, 48, 113);
        this.innerPart12_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart12_1.addBox(-3.5F, -18.900000000000002F, 1.5F, 1, 5, 1, 0.0F);
        this.shape70 = new ModelRenderer(this, 12, 54);
        this.shape70.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape70.addBox(6.999999999999993F, -12.99999999999997F, 1.5F, 3, 1, 1, 0.0F);
        this.shape8_2 = new ModelRenderer(this, 0, 50);
        this.shape8_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape8_2.addBox(-11.000000000000004F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape79_1 = new ModelRenderer(this, 8, 52);
        this.shape79_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape79_1.addBox(-4.5F, -19.900000000000016F, 1.5F, 1, 2, 1, 0.0F);
        this.innerPart1_1 = new ModelRenderer(this, 0, 100);
        this.innerPart1_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart1_1.addBox(-2.5F, -16.89999999999997F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart56_1 = new ModelRenderer(this, 2, 80);
        this.innerPart56_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart56_1.addBox(-2.5F, -14.899999999999956F, -3.5F, 5, 1, 1, 0.0F);
        this.shape27_1 = new ModelRenderer(this, 4, 58);
        this.shape27_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape27_1.addBox(3.5F, -14.899999999999956F, -2.5F, 1, 2, 1, 0.0F);
        this.shape81_1 = new ModelRenderer(this, 8, 40);
        this.shape81_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape81_1.addBox(3.5F, -18.900000000000002F, 2.5F, 1, 5, 1, 0.0F);
        this.shape56 = new ModelRenderer(this, 4, 24);
        this.shape56.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape56.addBox(2.9999999999999982F, -9.999999999999982F, 0.5F, 1, 5, 1, 0.0F);
        this.innerPart2 = new ModelRenderer(this, 0, 105);
        this.innerPart2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart2.addBox(6.999999999999993F, -8.999999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.innerPart12_2 = new ModelRenderer(this, 48, 113);
        this.innerPart12_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart12_2.addBox(-12.0F, -9.999999999999982F, 1.5F, 1, 5, 1, 0.0F);
        this.shape4_2 = new ModelRenderer(this, 0, 58);
        this.shape4_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape4_2.addBox(-12.0F, -9.999999999999982F, -4.5F, 1, 5, 1, 0.0F);
        this.shape90_1 = new ModelRenderer(this, 20, 42);
        this.shape90_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape90_1.addBox(-2.5F, -19.900000000000016F, 3.5F, 5, 1, 1, 0.0F);
        this.shape62_1 = new ModelRenderer(this, 0, 4);
        this.shape62_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape62_1.addBox(2.5F, -12.899999999999956F, 0.5F, 1, 1, 1, 0.0F);
        this.ring07_2 = new ModelRenderer(this, 100, 10);
        this.ring07_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring07_2.addBox(-4.000000000000028F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.handle11 = new ModelRenderer(this, 106, 10);
        this.handle11.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle11.addBox(-2.0F, -4.0F, -2.5F, 1, 1, 1, 0.0F);
        this.shape10 = new ModelRenderer(this, 0, 46);
        this.shape10.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape10.addBox(9.99999999999998F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape92_2 = new ModelRenderer(this, 8, 22);
        this.shape92_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape92_2.addBox(-11.000000000000004F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.shape33_1 = new ModelRenderer(this, 4, 46);
        this.shape33_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape33_1.addBox(4.5F, -18.900000000000002F, -1.5F, 1, 5, 1, 0.0F);
        this.ring07_1 = new ModelRenderer(this, 100, 10);
        this.ring07_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring07_1.addBox(4.5F, -18.900000000000002F, -0.5F, 1, 5, 1, 0.0F);
        this.shape93_1 = new ModelRenderer(this, 8, 20);
        this.shape93_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape93_1.addBox(-2.5F, -18.900000000000002F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart59_1 = new ModelRenderer(this, 2, 95);
        this.innerPart59_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart59_1.addBox(-2.5F, -16.89999999999997F, -4.5F, 5, 1, 1, 0.0F);
        this.shape32_2 = new ModelRenderer(this, 4, 52);
        this.shape32_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape32_2.addBox(-14.0F, -9.999999999999982F, -1.5F, 1, 5, 1, 0.0F);
        this.innerPart9_2 = new ModelRenderer(this, 28, 123);
        this.innerPart9_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart9_2.addBox(-11.000000000000004F, -9.999999999999982F, 2.5F, 5, 1, 1, 0.0F);
        this.ring08_2 = new ModelRenderer(this, 115, 10);
        this.ring08_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring08_2.addBox(-5.000000000000028F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart25_1 = new ModelRenderer(this, 60, 98);
        this.innerPart25_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart25_1.addBox(-3.5F, -19.900000000000016F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart60_2 = new ModelRenderer(this, 18, 79);
        this.innerPart60_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart60_2.addBox(-10.000000000000007F, -8.999999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.handle02 = new ModelRenderer(this, 114, 16);
        this.handle02.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle02.addBox(2.0F, -6.0F, -0.5F, 1, 2, 1, 0.0F);
        this.innerPart56_2 = new ModelRenderer(this, 2, 80);
        this.innerPart56_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart56_2.addBox(-11.000000000000004F, -5.999999999999988F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.shape68 = new ModelRenderer(this, 4, ;
        this.shape68.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape68.addBox(2.9999999999999982F, -8.999999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.ring11 = new ModelRenderer(this, 120, 0);
        this.ring11.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring11.addBox(5.000000000000002F, -3.999999999999987F, -0.5F, 1, 1, 1, 0.0F);
        this.shape83_2 = new ModelRenderer(this, 20, 44);
        this.shape83_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape83_2.addBox(-11.000000000000004F, -3.999999999999987F, 2.5F, 5, 1, 1, 0.0F);
        this.innerPart30_1 = new ModelRenderer(this, 39, 80);
        this.innerPart30_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart30_1.addBox(-4.5F, -18.900000000000002F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart15_1 = new ModelRenderer(this, 115, 117);
        this.innerPart15_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart15_1.addBox(-2.5F, -13.899999999999956F, 1.5F, 5, 1, 1, 0.0F);
        this.innerPart15_2 = new ModelRenderer(this, 115, 117);
        this.innerPart15_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart15_2.addBox(-11.000000000000004F, -4.999999999999988F, 1.5F, 5, 1, 1, 0.0F);
        this.innerPart18_1 = new ModelRenderer(this, 115, 108);
        this.innerPart18_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart18_1.addBox(3.5F, -16.89999999999997F, 1.5F, 1, 1, 1, 0.0F);
        this.handle07 = new ModelRenderer(this, 114, 22);
        this.handle07.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle07.addBox(7.0F, -2.0F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart23_2 = new ModelRenderer(this, 91, 98);
        this.innerPart23_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart23_2.addBox(-10.000000000000007F, -3.999999999999987F, 0.5F, 3, 1, 1, 0.0F);
        this.shape35 = new ModelRenderer(this, 20, 52);
        this.shape35.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape35.addBox(5.9999999999999964F, -2.9999999999999827F, -1.5F, 5, 1, 1, 0.0F);
        this.shape69_2 = new ModelRenderer(this, 4, 4);
        this.shape69_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape69_2.addBox(-4.000000000000028F, -8.999999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.innerPart47_1 = new ModelRenderer(this, 56, 108);
        this.innerPart47_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart47_1.addBox(-2.5F, -13.899999999999956F, -2.5F, 5, 1, 1, 0.0F);
        this.shape36_1 = new ModelRenderer(this, 4, 44);
        this.shape36_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape36_1.addBox(-3.5F, -12.899999999999956F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart62_2 = new ModelRenderer(this, 18, 91);
        this.innerPart62_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart62_2.addBox(-9.000000000000012F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape8 = new ModelRenderer(this, 0, 50);
        this.shape8.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape8.addBox(5.9999999999999964F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.innerPart39_1 = new ModelRenderer(this, 103, 90);
        this.innerPart39_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart39_1.addBox(3.5F, -17.899999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.innerPart44_1 = new ModelRenderer(this, 64, 121);
        this.innerPart44_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart44_1.addBox(2.5F, -18.900000000000002F, -2.5F, 1, 5, 1, 0.0F);
        this.shape34 = new ModelRenderer(this, 20, 54);
        this.shape34.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape34.addBox(5.9999999999999964F, -12.99999999999997F, -1.5F, 5, 1, 1, 0.0F);
        this.shape14_2 = new ModelRenderer(this, 0, 38);
        this.shape14_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape14_2.addBox(-5.000000000000028F, -9.999999999999982F, -3.499999999999999F, 1, 5, 1, 0.0F);
        this.innerPart46 = new ModelRenderer(this, 56, 104);
        this.innerPart46.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart46.addBox(5.9999999999999964F, -10.999999999999979F, -2.5F, 5, 1, 1, 0.0F);
        this.shape77_1 = new ModelRenderer(this, 8, 58);
        this.shape77_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape77_1.addBox(3.5F, -14.899999999999956F, 1.5F, 1, 2, 1, 0.0F);
        this.ArmorHelmed2 = new ModelRenderer(this, 157, 180);
        this.ArmorHelmed2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorHelmed2.addBox(-5.0F, -5.0F, -2.0F, 10, 2, 7, 0.0F);
        this.shape67_1 = new ModelRenderer(this, 0, 0);
        this.shape67_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape67_1.addBox(-4.5F, -19.900000000000016F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart58_1 = new ModelRenderer(this, 2, 90);
        this.innerPart58_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart58_1.addBox(-1.5F, -19.900000000000016F, -3.5F, 3, 1, 1, 0.0F);
        this.shape84_2 = new ModelRenderer(this, 4, 2);
        this.shape84_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape84_2.addBox(-12.0F, -4.999999999999988F, 2.5F, 1, 1, 1, 0.0F);
        this.core_2 = new ModelRenderer(this, 110, 45);
        this.core_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.core_2.addBox(-10.000000000000007F, -8.999999999999988F, -1.5F, 3, 3, 3, 0.0F);
        this.ArmorChest1 = new ModelRenderer(this, 157, 59);
        this.ArmorChest1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorChest1.addBox(-5.0F, -1.0F, -3.0F, 10, 14, 6, 0.0F);
        this.ring03 = new ModelRenderer(this, 115, 15);
        this.ring03.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring03.addBox(5.000000000000002F, -11.999999999999973F, -0.5F, 1, 1, 1, 0.0F);
        this.shape3_1 = new ModelRenderer(this, 12, 60);
        this.shape3_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape3_1.addBox(-1.5F, -14.899999999999956F, -5.5F, 3, 1, 1, 0.0F);
        this.shape73_2 = new ModelRenderer(this, 32, 52);
        this.shape73_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape73_2.addBox(-12.0F, -3.999999999999987F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart22 = new ModelRenderer(this, 77, 98);
        this.innerPart22.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart22.addBox(6.999999999999993F, -11.999999999999973F, 0.5F, 3, 1, 1, 0.0F);
        this.shape22_1 = new ModelRenderer(this, 0, 20);
        this.shape22_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape22_1.addBox(-5.5F, -17.899999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.shape40 = new ModelRenderer(this, 4, 36);
        this.shape40.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape40.addBox(10.999999999999977F, -11.999999999999973F, -1.5F, 1, 1, 1, 0.0F);
        this.shape70_1 = new ModelRenderer(this, 12, 54);
        this.shape70_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape70_1.addBox(-1.5F, -21.90000000000004F, 1.5F, 3, 1, 1, 0.0F);
        this.shape71_2 = new ModelRenderer(this, 12, 52);
        this.shape71_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape71_2.addBox(-10.000000000000007F, -2.9999999999999827F, 1.5F, 3, 1, 1, 0.0F);
        this.shape30 = new ModelRenderer(this, 32, 58);
        this.shape30.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape30.addBox(9.99999999999998F, -11.999999999999973F, -2.5F, 2, 1, 1, 0.0F);
        this.innerPart34_1 = new ModelRenderer(this, 19, 72);
        this.innerPart34_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart34_1.addBox(-3.5F, -13.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.shape5_1 = new ModelRenderer(this, 0, 52);
        this.shape5_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape5_1.addBox(2.5F, -18.900000000000002F, -4.5F, 1, 5, 1, 0.0F);
        this.shape86_2 = new ModelRenderer(this, 8, 38);
        this.shape86_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape86_2.addBox(-6.000000000000023F, -10.999999999999979F, 2.5F, 1, 1, 1, 0.0F);
        this.ring10_2 = new ModelRenderer(this, 115, 0);
        this.ring10_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring10_2.addBox(-6.000000000000023F, -3.999999999999987F, -0.5F, 1, 1, 1, 0.0F);
        this.shape28_1 = new ModelRenderer(this, 32, 62);
        this.shape28_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape28_1.addBox(-3.5F, -12.899999999999956F, -2.5F, 2, 1, 1, 0.0F);
        this.ring03_2 = new ModelRenderer(this, 115, 15);
        this.ring03_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring03_2.addBox(-12.0F, -11.999999999999973F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart63_1 = new ModelRenderer(this, 18, 98);
        this.innerPart63_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart63_1.addBox(-0.5F, -18.900000000000002F, -4.5F, 1, 1, 1, 0.0F);
        this.shape67_2 = new ModelRenderer(this, 0, 0);
        this.shape67_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape67_2.addBox(-12.999999999999996F, -10.999999999999979F, 0.5F, 1, 1, 1, 0.0F);
        this.shape82 = new ModelRenderer(this, 20, 46);
        this.shape82.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape82.addBox(5.9999999999999964F, -11.999999999999973F, 2.5F, 5, 1, 1, 0.0F);
        this.shape22 = new ModelRenderer(this, 0, 20);
        this.shape22.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape22.addBox(2.9999999999999982F, -8.999999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.innerPart45_1 = new ModelRenderer(this, 72, 121);
        this.innerPart45_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart45_1.addBox(-3.5F, -18.900000000000002F, -2.5F, 1, 5, 1, 0.0F);
        this.innerPart16_2 = new ModelRenderer(this, 115, 112);
        this.innerPart16_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart16_2.addBox(-9.000000000000012F, -3.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.shape12_1 = new ModelRenderer(this, 20, 58);
        this.shape12_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape12_1.addBox(-2.5F, -20.900000000000027F, -3.5F, 5, 1, 1, 0.0F);
        this.innerPart42 = new ModelRenderer(this, 63, 78);
        this.innerPart42.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart42.addBox(5.000000000000002F, -5.999999999999988F, -1.5F, 2, 2, 1, 0.0F);
        this.shape19_1 = new ModelRenderer(this, 0, 24);
        this.shape19_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape19_1.addBox(2.5F, -13.899999999999956F, -3.5F, 1, 1, 1, 0.0F);
        this.shape94 = new ModelRenderer(this, 8, 18);
        this.shape94.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape94.addBox(9.99999999999998F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.shape24_2 = new ModelRenderer(this, 0, 13);
        this.shape24_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape24_2.addBox(-5.000000000000028F, -10.999999999999979F, -2.5F, 1, 2, 1, 0.0F);
        this.shape60_1 = new ModelRenderer(this, 0, ;
        this.shape60_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape60_1.addBox(-4.5F, -13.899999999999956F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart9_1 = new ModelRenderer(this, 28, 123);
        this.innerPart9_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart9_1.addBox(-2.5F, -18.900000000000002F, 2.5F, 5, 1, 1, 0.0F);
        this.innerPart18_2 = new ModelRenderer(this, 115, 108);
        this.innerPart18_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart18_2.addBox(-5.000000000000028F, -7.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.innerPart6_2 = new ModelRenderer(this, 14, 105);
        this.innerPart6_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart6_2.addBox(-12.0F, -8.999999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.shape76_2 = new ModelRenderer(this, 8, 61);
        this.shape76_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape76_2.addBox(-5.000000000000028F, -10.999999999999979F, 1.5F, 1, 2, 1, 0.0F);
        this.innerPart3_2 = new ModelRenderer(this, 0, 115);
        this.innerPart3_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart3_2.addBox(-10.000000000000007F, -6.999999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.shape20 = new ModelRenderer(this, 12, 58);
        this.shape20.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape20.addBox(6.999999999999993F, -12.99999999999997F, -2.5F, 3, 1, 1, 0.0F);
        this.shape16_2 = new ModelRenderer(this, 0, 30);
        this.shape16_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape16_2.addBox(-6.000000000000023F, -10.999999999999979F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape42_1 = new ModelRenderer(this, 4, 32);
        this.shape42_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape42_1.addBox(3.5F, -13.899999999999956F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart21_2 = new ModelRenderer(this, 103, 98);
        this.innerPart21_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart21_2.addBox(-5.000000000000028F, -8.999999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.shape78_1 = new ModelRenderer(this, 8, 55);
        this.shape78_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape78_1.addBox(-4.5F, -14.899999999999956F, 1.5F, 1, 2, 1, 0.0F);
        this.shape5_2 = new ModelRenderer(this, 0, 52);
        this.shape5_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape5_2.addBox(-6.000000000000023F, -9.999999999999982F, -4.5F, 1, 5, 1, 0.0F);
        this.shape89_2 = new ModelRenderer(this, 8, 24);
        this.shape89_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape89_2.addBox(-6.000000000000023F, -9.999999999999982F, 3.5F, 1, 5, 1, 0.0F);
        this.innerPart4 = new ModelRenderer(this, 0, 110);
        this.innerPart4.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart4.addBox(7.999999999999988F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.handle13 = new ModelRenderer(this, 106, 10);
        this.handle13.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle13.addBox(-5.0F, -4.0F, -0.5F, 4, 1, 1, 0.0F);
        this.innerPart43_2 = new ModelRenderer(this, 73, 79);
        this.innerPart43_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart43_2.addBox(-7.0000000000000195F, -5.999999999999988F, -1.5F, 2, 2, 1, 0.0F);
        this.shape31 = new ModelRenderer(this, 32, 56);
        this.shape31.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape31.addBox(5.000000000000002F, -11.999999999999973F, -2.5F, 2, 1, 1, 0.0F);
        this.ArmorLegRight1 = new ModelRenderer(this, 157, 96);
        this.ArmorLegRight1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorLegRight1.addBox(-2.9F, 0.0F, -3.0F, 5, 9, 6, 0.0F);
        this.innerPart38_1 = new ModelRenderer(this, 109, 90);
        this.innerPart38_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart38_1.addBox(-4.5F, -17.899999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.shape96 = new ModelRenderer(this, 20, 36);
        this.shape96.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape96.addBox(5.9999999999999964F, -8.999999999999988F, 4.5F, 5, 3, 1, 0.0F);
        this.shape65 = new ModelRenderer(this, 4, 14);
        this.shape65.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape65.addBox(10.999999999999977F, -11.999999999999973F, 0.5F, 1, 1, 1, 0.0F);
        this.shape33_2 = new ModelRenderer(this, 4, 46);
        this.shape33_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape33_2.addBox(-4.000000000000028F, -9.999999999999982F, -1.5F, 1, 5, 1, 0.0F);
        this.shape21 = new ModelRenderer(this, 12, 56);
        this.shape21.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape21.addBox(6.999999999999993F, -2.9999999999999827F, -2.5F, 3, 1, 1, 0.0F);
        this.shape38_1 = new ModelRenderer(this, 4, 40);
        this.shape38_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape38_1.addBox(-4.5F, -19.900000000000016F, -1.5F, 1, 1, 1, 0.0F);
        this.shape39_1 = new ModelRenderer(this, 4, 38);
        this.shape39_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape39_1.addBox(-3.5F, -20.900000000000027F, -1.5F, 1, 1, 1, 0.0F);
        this.shape4 = new ModelRenderer(this, 0, 58);
        this.shape4.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape4.addBox(5.000000000000002F, -9.999999999999982F, -4.5F, 1, 5, 1, 0.0F);
        this.innerPart34_2 = new ModelRenderer(this, 19, 72);
        this.innerPart34_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart34_2.addBox(-12.0F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart10_2 = new ModelRenderer(this, 28, 123);
        this.innerPart10_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart10_2.addBox(-10.000000000000007F, -10.999999999999979F, 2.5F, 3, 1, 1, 0.0F);
        this.shape83 = new ModelRenderer(this, 20, 44);
        this.shape83.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape83.addBox(5.9999999999999964F, -3.999999999999987F, 2.5F, 5, 1, 1, 0.0F);
        this.shape80_1 = new ModelRenderer(this, 8, 46);
        this.shape80_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape80_1.addBox(-4.5F, -18.900000000000002F, 2.5F, 1, 5, 1, 0.0F);
        this.innerPart16_1 = new ModelRenderer(this, 115, 112);
        this.innerPart16_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart16_1.addBox(-0.5F, -12.899999999999956F, 1.5F, 1, 1, 1, 0.0F);
        this.shape43_2 = new ModelRenderer(this, 4, 30);
        this.shape43_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape43_2.addBox(-6.000000000000023F, -3.999999999999987F, -1.5F, 1, 1, 1, 0.0F);
        this.shape56_1 = new ModelRenderer(this, 4, 24);
        this.shape56_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape56_1.addBox(-5.5F, -18.900000000000002F, 0.5F, 1, 5, 1, 0.0F);
        this.innerPart38_2 = new ModelRenderer(this, 109, 90);
        this.innerPart38_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart38_2.addBox(-12.999999999999996F, -8.999999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.innerPart6_1 = new ModelRenderer(this, 14, 105);
        this.innerPart6_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart6_1.addBox(-3.5F, -17.899999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.innerPart19_2 = new ModelRenderer(this, 115, 98);
        this.innerPart19_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart19_2.addBox(-12.999999999999996F, -7.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.innerPart59 = new ModelRenderer(this, 2, 95);
        this.innerPart59.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart59.addBox(5.9999999999999964F, -7.999999999999987F, -4.5F, 5, 1, 1, 0.0F);
        this.innerPart46_1 = new ModelRenderer(this, 56, 104);
        this.innerPart46_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart46_1.addBox(-2.5F, -19.900000000000016F, -2.5F, 5, 1, 1, 0.0F);
        this.shape86 = new ModelRenderer(this, 8, 38);
        this.shape86.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape86.addBox(10.999999999999977F, -10.999999999999979F, 2.5F, 1, 1, 1, 0.0F);
        this.ring06_1 = new ModelRenderer(this, 96, 0);
        this.ring06_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring06_1.addBox(-5.5F, -18.900000000000002F, -0.5F, 1, 5, 1, 0.0F);
        this.handle17 = new ModelRenderer(this, 106, 10);
        this.handle17.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle17.addBox(-6.0F, 0.0F, -0.5F, 1, 2, 1, 0.0F);
        this.innerPart32 = new ModelRenderer(this, 31, 72);
        this.innerPart32.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart32.addBox(10.999999999999977F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape90_2 = new ModelRenderer(this, 20, 42);
        this.shape90_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape90_2.addBox(-11.000000000000004F, -10.999999999999979F, 3.5F, 5, 1, 1, 0.0F);
        this.ArmorHelmed3 = new ModelRenderer(this, 146, 166);
        this.ArmorHelmed3.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorHelmed3.addBox(-5.0F, -3.0F, -5.0F, 10, 4, 10, 0.0F);
        this.shape69_1 = new ModelRenderer(this, 4, 4);
        this.shape69_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape69_1.addBox(4.5F, -17.899999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.ring01_2 = new ModelRenderer(this, 100, 0);
        this.ring01_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring01_2.addBox(-11.000000000000004F, -12.999999999999972F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart1 = new ModelRenderer(this, 0, 100);
        this.innerPart1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart1.addBox(5.9999999999999964F, -7.999999999999987F, 3.5F, 5, 1, 1, 0.0F);
        this.shape37 = new ModelRenderer(this, 4, 42);
        this.shape37.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape37.addBox(4.0000000000000036F, -4.999999999999988F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart10_1 = new ModelRenderer(this, 28, 123);
        this.innerPart10_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart10_1.addBox(-1.5F, -19.900000000000016F, 2.5F, 3, 1, 1, 0.0F);
        this.innerPart31 = new ModelRenderer(this, 39, 72);
        this.innerPart31.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart31.addBox(11.999999999999972F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart31_2 = new ModelRenderer(this, 39, 72);
        this.innerPart31_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart31_2.addBox(-5.000000000000028F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.shape63_2 = new ModelRenderer(this, 0, 2);
        this.shape63_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape63_2.addBox(-5.000000000000028F, -4.999999999999988F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart5_1 = new ModelRenderer(this, 0, 115);
        this.innerPart5_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart5_1.addBox(-0.5F, -18.900000000000002F, 3.5F, 1, 1, 1, 0.0F);
        this.shape35_1 = new ModelRenderer(this, 20, 52);
        this.shape35_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape35_1.addBox(-2.5F, -11.899999999999956F, -1.5F, 5, 1, 1, 0.0F);
        this.innerPart26_1 = new ModelRenderer(this, 50, 98);
        this.innerPart26_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart26_1.addBox(1.5F, -19.900000000000016F, 0.5F, 2, 2, 1, 0.0F);
        this.shape74_1 = new ModelRenderer(this, 32, 50);
        this.shape74_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape74_1.addBox(-3.5F, -20.900000000000027F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart57 = new ModelRenderer(this, 2, 74);
        this.innerPart57.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart57.addBox(6.999999999999993F, -4.999999999999988F, -3.499999999999999F, 3, 1, 1, 0.0F);
        this.shape66_2 = new ModelRenderer(this, 4, 12);
        this.shape66_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape66_2.addBox(-12.0F, -11.999999999999973F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart7 = new ModelRenderer(this, 28, 105);
        this.innerPart7.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart7.addBox(9.99999999999998F, -8.999999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.shape80 = new ModelRenderer(this, 8, 46);
        this.shape80.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape80.addBox(4.0000000000000036F, -9.999999999999982F, 2.5F, 1, 5, 1, 0.0F);
        this.shape74 = new ModelRenderer(this, 32, 50);
        this.shape74.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape74.addBox(5.000000000000002F, -11.999999999999973F, 1.5F, 2, 1, 1, 0.0F);
        this.shape36_2 = new ModelRenderer(this, 4, 44);
        this.shape36_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape36_2.addBox(-12.0F, -3.999999999999987F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart38 = new ModelRenderer(this, 109, 90);
        this.innerPart38.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart38.addBox(4.0000000000000036F, -8.999999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.innerPart28_2 = new ModelRenderer(this, 39, 92);
        this.innerPart28_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart28_2.addBox(-11.000000000000004F, -11.999999999999973F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart17 = new ModelRenderer(this, 115, 104);
        this.innerPart17.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart17.addBox(7.999999999999988F, -11.999999999999973F, 1.5F, 1, 1, 1, 0.0F);
        this.shape57_2 = new ModelRenderer(this, 20, 50);
        this.shape57_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape57_2.addBox(-11.000000000000004F, -12.99999999999997F, 0.5F, 5, 1, 1, 0.0F);
        this.shape29_1 = new ModelRenderer(this, 32, 60);
        this.shape29_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape29_1.addBox(1.5F, -12.899999999999956F, -2.5F, 2, 1, 1, 0.0F);
        this.handle12 = new ModelRenderer(this, 106, 10);
        this.handle12.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle12.addBox(-2.0F, -5.0F, -1.5F, 1, 2, 1, 0.0F);
        this.shape5 = new ModelRenderer(this, 0, 52);
        this.shape5.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape5.addBox(10.999999999999977F, -9.999999999999982F, -4.5F, 1, 5, 1, 0.0F);
        this.shape59_2 = new ModelRenderer(this, 20, 48);
        this.shape59_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape59_2.addBox(-11.000000000000004F, -2.9999999999999827F, 0.5F, 5, 1, 1, 0.0F);
        this.ring06 = new ModelRenderer(this, 96, 0);
        this.ring06.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring06.addBox(2.9999999999999982F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart7_2 = new ModelRenderer(this, 28, 105);
        this.innerPart7_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart7_2.addBox(-7.0000000000000195F, -8.999999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.handle06 = new ModelRenderer(this, 106, 10);
        this.handle06.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle06.addBox(1.0F, -5.0F, -1.5F, 1, 2, 1, 0.0F);
        this.shape72_1 = new ModelRenderer(this, 32, 54);
        this.shape72_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape72_1.addBox(1.5F, -12.899999999999956F, 1.5F, 2, 1, 1, 0.0F);
        this.shape37_2 = new ModelRenderer(this, 4, 42);
        this.shape37_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape37_2.addBox(-12.999999999999996F, -4.999999999999988F, -1.5F, 1, 1, 1, 0.0F);
        this.shape63_1 = new ModelRenderer(this, 0, 2);
        this.shape63_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape63_1.addBox(3.5F, -13.899999999999956F, 0.5F, 1, 1, 1, 0.0F);
        this.ring02_1 = new ModelRenderer(this, 115, 10);
        this.ring02_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring02_1.addBox(2.5F, -20.900000000000027F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart45 = new ModelRenderer(this, 72, 121);
        this.innerPart45.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart45.addBox(5.000000000000002F, -9.999999999999982F, -2.5F, 1, 5, 1, 0.0F);
        this.shape56_2 = new ModelRenderer(this, 4, 24);
        this.shape56_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape56_2.addBox(-14.0F, -9.999999999999982F, 0.5F, 1, 5, 1, 0.0F);
        this.shape95_1 = new ModelRenderer(this, 8, 16);
        this.shape95_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape95_1.addBox(1.5F, -14.899999999999956F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart37_2 = new ModelRenderer(this, 115, 94);
        this.innerPart37_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart37_2.addBox(-10.000000000000007F, -3.999999999999987F, -1.5F, 3, 1, 1, 0.0F);
        this.shape20_2 = new ModelRenderer(this, 12, 58);
        this.shape20_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape20_2.addBox(-10.000000000000007F, -12.99999999999997F, -2.5F, 3, 1, 1, 0.0F);
        this.innerPart10 = new ModelRenderer(this, 28, 123);
        this.innerPart10.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart10.addBox(6.999999999999993F, -10.999999999999979F, 2.5F, 3, 1, 1, 0.0F);
        this.shape20_1 = new ModelRenderer(this, 12, 58);
        this.shape20_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape20_1.addBox(-1.5F, -21.90000000000004F, -2.5F, 3, 1, 1, 0.0F);
        this.innerPart51_1 = new ModelRenderer(this, 64, 116);
        this.innerPart51_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart51_1.addBox(-4.5F, -16.89999999999997F, -2.5F, 1, 1, 1, 0.0F);
        this.shape1_1 = new ModelRenderer(this, 20, 32);
        this.shape1_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape1_1.addBox(-2.5F, -17.899999999999988F, -5.5F, 5, 3, 1, 0.0F);
        this.ring04 = new ModelRenderer(this, 115, 20);
        this.ring04.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring04.addBox(11.999999999999972F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart22_2 = new ModelRenderer(this, 77, 98);
        this.innerPart22_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart22_2.addBox(-10.000000000000007F, -11.999999999999973F, 0.5F, 3, 1, 1, 0.0F);
        this.innerPart48_1 = new ModelRenderer(this, 56, 112);
        this.innerPart48_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart48_1.addBox(-0.5F, -12.899999999999956F, -2.5F, 1, 1, 1, 0.0F);
        this.ring03_1 = new ModelRenderer(this, 115, 15);
        this.ring03_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring03_1.addBox(-3.5F, -20.900000000000027F, -0.5F, 1, 1, 1, 0.0F);
        this.shape27 = new ModelRenderer(this, 4, 58);
        this.shape27.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape27.addBox(11.999999999999972F, -5.999999999999988F, -2.5F, 1, 2, 1, 0.0F);
        this.shape6 = new ModelRenderer(this, 20, 62);
        this.shape6.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape6.addBox(5.9999999999999964F, -10.999999999999979F, -4.5F, 5, 1, 1, 0.0F);
        this.innerPart20_2 = new ModelRenderer(this, 123, 98);
        this.innerPart20_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart20_2.addBox(-12.999999999999996F, -8.999999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.shape58_1 = new ModelRenderer(this, 4, 18);
        this.shape58_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape58_1.addBox(4.5F, -18.900000000000002F, 0.5F, 1, 5, 1, 0.0F);
        this.shape19_2 = new ModelRenderer(this, 0, 24);
        this.shape19_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape19_2.addBox(-6.000000000000023F, -4.999999999999988F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.innerPart53 = new ModelRenderer(this, 28, 76);
        this.innerPart53.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart53.addBox(9.99999999999998F, -8.999999999999988F, -3.499999999999999F, 2, 3, 1, 0.0F);
        this.shape98_1 = new ModelRenderer(this, 12, 48);
        this.shape98_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape98_1.addBox(-1.5F, -14.899999999999956F, 4.5F, 3, 1, 1, 0.0F);
        this.ArmorLegLeft1 = new ModelRenderer(this, 157, 81);
        this.ArmorLegLeft1.mirror = true;
        this.ArmorLegLeft1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorLegLeft1.addBox(-2.1F, 0.0F, -3.0F, 5, 9, 6, 0.0F);
        this.innerPart26_2 = new ModelRenderer(this, 50, 98);
        this.innerPart26_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart26_2.addBox(-7.0000000000000195F, -10.999999999999979F, 0.5F, 2, 2, 1, 0.0F);
        this.shape59 = new ModelRenderer(this, 20, 48);
        this.shape59.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape59.addBox(5.9999999999999964F, -2.9999999999999827F, 0.5F, 5, 1, 1, 0.0F);
        this.innerPart6 = new ModelRenderer(this, 14, 105);
        this.innerPart6.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart6.addBox(5.000000000000002F, -8.999999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.shape24_1 = new ModelRenderer(this, 0, 13);
        this.shape24_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape24_1.addBox(3.5F, -19.900000000000016F, -2.5F, 1, 2, 1, 0.0F);
        this.shape4_1 = new ModelRenderer(this, 0, 58);
        this.shape4_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape4_1.addBox(-3.5F, -18.900000000000002F, -4.5F, 1, 5, 1, 0.0F);
        this.innerPart18 = new ModelRenderer(this, 115, 108);
        this.innerPart18.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart18.addBox(11.999999999999972F, -7.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.shape86_1 = new ModelRenderer(this, 8, 38);
        this.shape86_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape86_1.addBox(2.5F, -19.900000000000016F, 2.5F, 1, 1, 1, 0.0F);
        this.innerPart53_2 = new ModelRenderer(this, 28, 76);
        this.innerPart53_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart53_2.addBox(-7.0000000000000195F, -8.999999999999988F, -3.499999999999999F, 2, 3, 1, 0.0F);
        this.innerPart63 = new ModelRenderer(this, 18, 98);
        this.innerPart63.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart63.addBox(7.999999999999988F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape21_1 = new ModelRenderer(this, 12, 56);
        this.shape21_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape21_1.addBox(-1.5F, -11.899999999999956F, -2.5F, 3, 1, 1, 0.0F);
        this.shape43_1 = new ModelRenderer(this, 4, 30);
        this.shape43_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape43_1.addBox(2.5F, -12.899999999999956F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart23_1 = new ModelRenderer(this, 91, 98);
        this.innerPart23_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart23_1.addBox(-1.5F, -12.899999999999956F, 0.5F, 3, 1, 1, 0.0F);
        this.ring04_2 = new ModelRenderer(this, 115, 20);
        this.ring04_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring04_2.addBox(-5.000000000000028F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart44_2 = new ModelRenderer(this, 64, 121);
        this.innerPart44_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart44_2.addBox(-6.000000000000023F, -9.999999999999982F, -2.5F, 1, 5, 1, 0.0F);
        this.ring02 = new ModelRenderer(this, 115, 10);
        this.ring02.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring02.addBox(10.999999999999977F, -11.999999999999973F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart13_1 = new ModelRenderer(this, 58, 121);
        this.innerPart13_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart13_1.addBox(2.5F, -18.900000000000002F, 1.5F, 1, 5, 1, 0.0F);
        this.innerPart21 = new ModelRenderer(this, 103, 98);
        this.innerPart21.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart21.addBox(11.999999999999972F, -8.999999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.ring10_1 = new ModelRenderer(this, 115, 0);
        this.ring10_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring10_1.addBox(2.5F, -12.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.shape64_2 = new ModelRenderer(this, 4, 16);
        this.shape64_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape64_2.addBox(-5.000000000000028F, -10.999999999999979F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart1_2 = new ModelRenderer(this, 0, 100);
        this.innerPart1_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart1_2.addBox(-11.000000000000004F, -7.999999999999987F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart52_1 = new ModelRenderer(this, 56, 116);
        this.innerPart52_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart52_1.addBox(3.5F, -16.89999999999997F, -2.5F, 1, 1, 1, 0.0F);
        this.handle01 = new ModelRenderer(this, 106, 11);
        this.handle01.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle01.addBox(1.0F, -5.0F, -0.5F, 1, 1, 1, 0.0F);
        this.ring07 = new ModelRenderer(this, 100, 10);
        this.ring07.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring07.addBox(12.999999999999972F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.innerPart55_1 = new ModelRenderer(this, 2, 84);
        this.innerPart55_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart55_1.addBox(-2.5F, -18.900000000000002F, -3.5F, 5, 1, 1, 0.0F);
        this.shape72 = new ModelRenderer(this, 32, 54);
        this.shape72.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape72.addBox(9.99999999999998F, -3.999999999999987F, 1.5F, 2, 1, 1, 0.0F);
        this.shape13_1 = new ModelRenderer(this, 20, 56);
        this.shape13_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape13_1.addBox(-2.5F, -12.899999999999956F, -3.5F, 5, 1, 1, 0.0F);
        this.handle10 = new ModelRenderer(this, 106, 10);
        this.handle10.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle10.addBox(-3.0F, -7.0F, -0.5F, 1, 1, 2, 0.0F);
        this.handle20 = new ModelRenderer(this, 106, 10);
        this.handle20.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle20.addBox(-7.0F, -2.0F, -0.5F, 1, 1, 1, 0.0F);
        this.shape98_2 = new ModelRenderer(this, 12, 48);
        this.shape98_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape98_2.addBox(-10.000000000000007F, -5.999999999999988F, 4.5F, 3, 1, 1, 0.0F);
        this.ring09_2 = new ModelRenderer(this, 100, 20);
        this.ring09_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring09_2.addBox(-12.999999999999996F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.shape63 = new ModelRenderer(this, 0, 2);
        this.shape63.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape63.addBox(11.999999999999972F, -4.999999999999988F, 0.5F, 1, 1, 1, 0.0F);
        this.shape84 = new ModelRenderer(this, 4, 2);
        this.shape84.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape84.addBox(5.000000000000002F, -4.999999999999988F, 2.5F, 1, 1, 1, 0.0F);
        this.shape81 = new ModelRenderer(this, 8, 40);
        this.shape81.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape81.addBox(11.999999999999972F, -9.999999999999982F, 2.5F, 1, 5, 1, 0.0F);
        this.shape19 = new ModelRenderer(this, 0, 24);
        this.shape19.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape19.addBox(10.999999999999977F, -4.999999999999988F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape59_1 = new ModelRenderer(this, 20, 48);
        this.shape59_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape59_1.addBox(-2.5F, -11.899999999999956F, 0.5F, 5, 1, 1, 0.0F);
        this.innerPart36 = new ModelRenderer(this, 77, 92);
        this.innerPart36.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart36.addBox(6.999999999999993F, -11.999999999999973F, -1.5F, 3, 1, 1, 0.0F);
        this.innerPart55 = new ModelRenderer(this, 2, 84);
        this.innerPart55.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart55.addBox(5.9999999999999964F, -9.999999999999982F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.shape17 = new ModelRenderer(this, 0, 28);
        this.shape17.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape17.addBox(5.000000000000002F, -10.999999999999979F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape16_1 = new ModelRenderer(this, 0, 30);
        this.shape16_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape16_1.addBox(2.5F, -19.900000000000016F, -3.5F, 1, 1, 1, 0.0F);
        this.shape43 = new ModelRenderer(this, 4, 30);
        this.shape43.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape43.addBox(10.999999999999977F, -3.999999999999987F, -1.5F, 1, 1, 1, 0.0F);
        this.shape32_1 = new ModelRenderer(this, 4, 52);
        this.shape32_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape32_1.addBox(-5.5F, -18.900000000000002F, -1.5F, 1, 5, 1, 0.0F);
        this.shape96_2 = new ModelRenderer(this, 20, 36);
        this.shape96_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape96_2.addBox(-11.000000000000004F, -8.999999999999988F, 4.5F, 5, 3, 1, 0.0F);
        this.innerPart26 = new ModelRenderer(this, 50, 98);
        this.innerPart26.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart26.addBox(9.99999999999998F, -10.999999999999979F, 0.5F, 2, 2, 1, 0.0F);
        this.shape57_1 = new ModelRenderer(this, 20, 50);
        this.shape57_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape57_1.addBox(-2.5F, -21.90000000000004F, 0.5F, 5, 1, 1, 0.0F);
        this.shape92 = new ModelRenderer(this, 8, 22);
        this.shape92.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape92.addBox(5.9999999999999964F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.shape93_2 = new ModelRenderer(this, 8, 20);
        this.shape93_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape93_2.addBox(-11.000000000000004F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart39_2 = new ModelRenderer(this, 103, 90);
        this.innerPart39_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart39_2.addBox(-5.000000000000028F, -8.999999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.shape22_2 = new ModelRenderer(this, 0, 20);
        this.shape22_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape22_2.addBox(-14.0F, -8.999999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.shape18 = new ModelRenderer(this, 0, 26);
        this.shape18.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape18.addBox(5.000000000000002F, -4.999999999999988F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.innerPart54_1 = new ModelRenderer(this, 28, 84);
        this.innerPart54_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart54_1.addBox(-3.5F, -17.899999999999988F, -3.5F, 2, 3, 1, 0.0F);
        this.shape72_2 = new ModelRenderer(this, 32, 54);
        this.shape72_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape72_2.addBox(-7.0000000000000195F, -3.999999999999987F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart56 = new ModelRenderer(this, 2, 80);
        this.innerPart56.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart56.addBox(5.9999999999999964F, -5.999999999999988F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.core_1 = new ModelRenderer(this, 110, 45);
        this.core_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.core_1.addBox(-1.5F, -17.899999999999988F, -1.5F, 3, 3, 3, 0.0F);
        this.handle04 = new ModelRenderer(this, 114, 18);
        this.handle04.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle04.addBox(5.0F, -2.0F, 0.5F, 1, 1, 2, 0.0F);
        this.shape6_1 = new ModelRenderer(this, 20, 62);
        this.shape6_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape6_1.addBox(-2.5F, -19.900000000000016F, -4.5F, 5, 1, 1, 0.0F);
        this.ring06_2 = new ModelRenderer(this, 96, 0);
        this.ring06_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring06_2.addBox(-14.0F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.shape41 = new ModelRenderer(this, 4, 34);
        this.shape41.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape41.addBox(11.999999999999972F, -10.999999999999979F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart41 = new ModelRenderer(this, 63, 84);
        this.innerPart41.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart41.addBox(5.000000000000002F, -10.999999999999979F, -1.5F, 2, 2, 1, 0.0F);
        this.innerPart2_2 = new ModelRenderer(this, 0, 105);
        this.innerPart2_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart2_2.addBox(-10.000000000000007F, -8.999999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.innerPart3 = new ModelRenderer(this, 0, 115);
        this.innerPart3.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart3.addBox(6.999999999999993F, -6.999999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.shape89 = new ModelRenderer(this, 8, 24);
        this.shape89.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape89.addBox(10.999999999999977F, -9.999999999999982F, 3.5F, 1, 5, 1, 0.0F);
        this.shape64 = new ModelRenderer(this, 4, 16);
        this.shape64.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape64.addBox(11.999999999999972F, -10.999999999999979F, 0.5F, 1, 1, 1, 0.0F);
        this.shape12 = new ModelRenderer(this, 20, 58);
        this.shape12.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape12.addBox(5.9999999999999964F, -11.999999999999973F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.shape42_2 = new ModelRenderer(this, 4, 32);
        this.shape42_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape42_2.addBox(-5.000000000000028F, -4.999999999999988F, -1.5F, 1, 1, 1, 0.0F);
        this.shape71 = new ModelRenderer(this, 12, 52);
        this.shape71.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape71.addBox(6.999999999999993F, -2.9999999999999827F, 1.5F, 3, 1, 1, 0.0F);
        this.innerPart44 = new ModelRenderer(this, 64, 121);
        this.innerPart44.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart44.addBox(10.999999999999977F, -9.999999999999982F, -2.5F, 1, 5, 1, 0.0F);
        this.shape94_1 = new ModelRenderer(this, 8, 18);
        this.shape94_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape94_1.addBox(1.5F, -18.900000000000002F, 3.5F, 1, 1, 1, 0.0F);
        this.shape81_2 = new ModelRenderer(this, 8, 40);
        this.shape81_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape81_2.addBox(-5.000000000000028F, -9.999999999999982F, 2.5F, 1, 5, 1, 0.0F);
        this.shape79 = new ModelRenderer(this, 8, 52);
        this.shape79.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape79.addBox(4.0000000000000036F, -10.999999999999979F, 1.5F, 1, 2, 1, 0.0F);
        this.innerPart42_2 = new ModelRenderer(this, 63, 78);
        this.innerPart42_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart42_2.addBox(-12.0F, -5.999999999999988F, -1.5F, 2, 2, 1, 0.0F);
        this.innerPart9 = new ModelRenderer(this, 28, 123);
        this.innerPart9.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart9.addBox(5.9999999999999964F, -9.999999999999982F, 2.5F, 5, 1, 1, 0.0F);
        this.shape58_2 = new ModelRenderer(this, 4, 18);
        this.shape58_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape58_2.addBox(-4.000000000000028F, -9.999999999999982F, 0.5F, 1, 5, 1, 0.0F);
        this.innerPart43 = new ModelRenderer(this, 73, 79);
        this.innerPart43.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart43.addBox(9.99999999999998F, -5.999999999999988F, -1.5F, 2, 2, 1, 0.0F);
        this.shape13_2 = new ModelRenderer(this, 20, 56);
        this.shape13_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape13_2.addBox(-11.000000000000004F, -3.999999999999987F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.innerPart4_1 = new ModelRenderer(this, 0, 110);
        this.innerPart4_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart4_1.addBox(-0.5F, -14.899999999999956F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart3_1 = new ModelRenderer(this, 0, 115);
        this.innerPart3_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart3_1.addBox(-1.5F, -15.899999999999956F, 3.5F, 3, 1, 1, 0.0F);
        this.shape6_2 = new ModelRenderer(this, 20, 62);
        this.shape6_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape6_2.addBox(-11.000000000000004F, -10.999999999999979F, -4.5F, 5, 1, 1, 0.0F);
        this.innerPart22_1 = new ModelRenderer(this, 77, 98);
        this.innerPart22_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart22_1.addBox(-1.5F, -20.900000000000027F, 0.5F, 3, 1, 1, 0.0F);
        this.shape23_2 = new ModelRenderer(this, 0, 16);
        this.shape23_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape23_2.addBox(-4.000000000000028F, -8.999999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.innerPart46_2 = new ModelRenderer(this, 56, 104);
        this.innerPart46_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart46_2.addBox(-11.000000000000004F, -10.999999999999979F, -2.5F, 5, 1, 1, 0.0F);
        this.shape14_1 = new ModelRenderer(this, 0, 38);
        this.shape14_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape14_1.addBox(3.5F, -18.900000000000002F, -3.5F, 1, 5, 1, 0.0F);
        this.shape35_2 = new ModelRenderer(this, 20, 52);
        this.shape35_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape35_2.addBox(-11.000000000000004F, -2.9999999999999827F, -1.5F, 5, 1, 1, 0.0F);
        this.shape30_1 = new ModelRenderer(this, 32, 58);
        this.shape30_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape30_1.addBox(1.5F, -20.900000000000027F, -2.5F, 2, 1, 1, 0.0F);
        this.shape75_2 = new ModelRenderer(this, 32, 48);
        this.shape75_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape75_2.addBox(-7.0000000000000195F, -11.999999999999973F, 1.5F, 2, 1, 1, 0.0F);
        this.shape83_1 = new ModelRenderer(this, 20, 44);
        this.shape83_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape83_1.addBox(-2.5F, -12.899999999999956F, 2.5F, 5, 1, 1, 0.0F);
        this.shape69 = new ModelRenderer(this, 4, 4);
        this.shape69.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape69.addBox(12.999999999999972F, -8.999999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.shape2_2 = new ModelRenderer(this, 12, 62);
        this.shape2_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape2_2.addBox(-10.000000000000007F, -9.999999999999982F, -5.5F, 3, 1, 1, 0.0F);
        this.shape26_2 = new ModelRenderer(this, 4, 61);
        this.shape26_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape26_2.addBox(-12.999999999999996F, -5.999999999999988F, -2.5F, 1, 2, 1, 0.0F);
        this.innerPart35_2 = new ModelRenderer(this, 14, 72);
        this.innerPart35_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart35_2.addBox(-6.000000000000023F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.shape91_1 = new ModelRenderer(this, 20, 40);
        this.shape91_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape91_1.addBox(-2.5F, -13.899999999999956F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart61_2 = new ModelRenderer(this, 18, 85);
        this.innerPart61_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart61_2.addBox(-10.000000000000007F, -6.999999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.ArmorLeftArm1 = new ModelRenderer(this, 62, 139);
        this.ArmorLeftArm1.mirror = true;
        this.ArmorLeftArm1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorLeftArm1.addBox(-2.0F, -3.0F, -3.0F, 6, 7, 6, 0.0F);
        this.shape24 = new ModelRenderer(this, 0, 13);
        this.shape24.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape24.addBox(11.999999999999972F, -10.999999999999979F, -2.5F, 1, 2, 1, 0.0F);
        this.shape92_1 = new ModelRenderer(this, 8, 22);
        this.shape92_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape92_1.addBox(-2.5F, -14.899999999999956F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart53_1 = new ModelRenderer(this, 28, 76);
        this.innerPart53_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart53_1.addBox(1.5F, -17.899999999999988F, -3.5F, 2, 3, 1, 0.0F);
        this.shape15_2 = new ModelRenderer(this, 0, 32);
        this.shape15_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape15_2.addBox(-12.999999999999996F, -9.999999999999982F, -3.499999999999999F, 1, 5, 1, 0.0F);
        this.innerPart36_1 = new ModelRenderer(this, 77, 92);
        this.innerPart36_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart36_1.addBox(-1.5F, -20.900000000000027F, -1.5F, 3, 1, 1, 0.0F);
        this.shape41_1 = new ModelRenderer(this, 4, 34);
        this.shape41_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape41_1.addBox(3.5F, -19.900000000000016F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart17_2 = new ModelRenderer(this, 115, 104);
        this.innerPart17_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart17_2.addBox(-9.000000000000012F, -11.999999999999973F, 1.5F, 1, 1, 1, 0.0F);
        this.shape36 = new ModelRenderer(this, 4, 44);
        this.shape36.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape36.addBox(5.000000000000002F, -3.999999999999987F, -1.5F, 1, 1, 1, 0.0F);
        this.shape65_2 = new ModelRenderer(this, 4, 14);
        this.shape65_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape65_2.addBox(-6.000000000000023F, -11.999999999999973F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart27_2 = new ModelRenderer(this, 39, 98);
        this.innerPart27_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart27_2.addBox(-7.0000000000000195F, -5.999999999999988F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart11_2 = new ModelRenderer(this, 42, 123);
        this.innerPart11_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart11_2.addBox(-10.000000000000007F, -4.999999999999988F, 2.5F, 3, 1, 1, 0.0F);
        this.shape84_1 = new ModelRenderer(this, 4, 2);
        this.shape84_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape84_1.addBox(-3.5F, -13.899999999999956F, 2.5F, 1, 1, 1, 0.0F);
        this.shape97 = new ModelRenderer(this, 12, 50);
        this.shape97.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape97.addBox(6.999999999999993F, -9.999999999999982F, 4.5F, 3, 1, 1, 0.0F);
        this.innerPart7_1 = new ModelRenderer(this, 28, 105);
        this.innerPart7_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart7_1.addBox(1.5F, -17.899999999999988F, 2.5F, 2, 3, 1, 0.0F);
        this.shape66 = new ModelRenderer(this, 4, 12);
        this.shape66.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape66.addBox(5.000000000000002F, -11.999999999999973F, 0.5F, 1, 1, 1, 0.0F);
        this.handle16 = new ModelRenderer(this, 106, 10);
        this.handle16.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle16.addBox(-6.0F, 2.0F, -1.5F, 1, 1, 3, 0.0F);
        this.ring08 = new ModelRenderer(this, 115, 10);
        this.ring08.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring08.addBox(11.999999999999972F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart30_2 = new ModelRenderer(this, 39, 80);
        this.innerPart30_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart30_2.addBox(-12.999999999999996F, -9.999999999999982F, -0.5F, 1, 5, 1, 0.0F);
        this.shape85_1 = new ModelRenderer(this, 4, 0);
        this.shape85_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape85_1.addBox(-3.5F, -19.900000000000016F, 2.5F, 1, 1, 1, 0.0F);
        this.ring09_1 = new ModelRenderer(this, 100, 20);
        this.ring09_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring09_1.addBox(-4.5F, -13.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart23 = new ModelRenderer(this, 91, 98);
        this.innerPart23.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart23.addBox(6.999999999999993F, -3.999999999999987F, 0.5F, 3, 1, 1, 0.0F);
        this.shape40_1 = new ModelRenderer(this, 4, 36);
        this.shape40_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape40_1.addBox(2.5F, -20.900000000000027F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart40 = new ModelRenderer(this, 63, 90);
        this.innerPart40.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart40.addBox(9.99999999999998F, -10.999999999999979F, -1.5F, 2, 2, 1, 0.0F);
        this.ring02_2 = new ModelRenderer(this, 115, 10);
        this.ring02_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring02_2.addBox(-6.000000000000023F, -11.999999999999973F, -0.5F, 1, 1, 1, 0.0F);
        this.shape3_2 = new ModelRenderer(this, 12, 60);
        this.shape3_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape3_2.addBox(-10.000000000000007F, -5.999999999999988F, -5.5F, 3, 1, 1, 0.0F);
        this.innerPart47 = new ModelRenderer(this, 56, 108);
        this.innerPart47.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart47.addBox(5.9999999999999964F, -4.999999999999988F, -2.5F, 5, 1, 1, 0.0F);
        this.innerPart62 = new ModelRenderer(this, 18, 91);
        this.innerPart62.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart62.addBox(7.999999999999988F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape61 = new ModelRenderer(this, 0, 6);
        this.shape61.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape61.addBox(5.000000000000002F, -3.999999999999987F, 0.5F, 1, 1, 1, 0.0F);
        this.shape17_2 = new ModelRenderer(this, 0, 28);
        this.shape17_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape17_2.addBox(-12.0F, -10.999999999999979F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape26 = new ModelRenderer(this, 4, 61);
        this.shape26.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape26.addBox(4.0000000000000036F, -5.999999999999988F, -2.5F, 1, 2, 1, 0.0F);
        this.innerPart24_2 = new ModelRenderer(this, 69, 98);
        this.innerPart24_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart24_2.addBox(-12.0F, -5.999999999999988F, 0.5F, 2, 2, 1, 0.0F);
        this.shape33 = new ModelRenderer(this, 4, 46);
        this.shape33.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape33.addBox(12.999999999999972F, -9.999999999999982F, -1.5F, 1, 5, 1, 0.0F);
        this.shape38 = new ModelRenderer(this, 4, 40);
        this.shape38.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape38.addBox(4.0000000000000036F, -10.999999999999979F, -1.5F, 1, 1, 1, 0.0F);
        this.shape78 = new ModelRenderer(this, 8, 55);
        this.shape78.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape78.addBox(4.0000000000000036F, -5.999999999999988F, 1.5F, 1, 2, 1, 0.0F);
        this.shape87_1 = new ModelRenderer(this, 8, 36);
        this.shape87_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape87_1.addBox(2.5F, -13.899999999999956F, 2.5F, 1, 1, 1, 0.0F);
        this.shape64_1 = new ModelRenderer(this, 4, 16);
        this.shape64_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape64_1.addBox(3.5F, -19.900000000000016F, 0.5F, 1, 1, 1, 0.0F);
        this.shape30_2 = new ModelRenderer(this, 32, 58);
        this.shape30_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape30_2.addBox(-7.0000000000000195F, -11.999999999999973F, -2.5F, 2, 1, 1, 0.0F);
        this.innerPart60_1 = new ModelRenderer(this, 18, 79);
        this.innerPart60_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart60_1.addBox(-1.5F, -17.899999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.innerPart57_1 = new ModelRenderer(this, 2, 74);
        this.innerPart57_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart57_1.addBox(-1.5F, -13.899999999999956F, -3.5F, 3, 1, 1, 0.0F);
        this.handle15 = new ModelRenderer(this, 106, 10);
        this.handle15.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle15.addBox(-5.0F, 2.0F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart37 = new ModelRenderer(this, 115, 94);
        this.innerPart37.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart37.addBox(6.999999999999993F, -3.999999999999987F, -1.5F, 3, 1, 1, 0.0F);
        this.shape37_1 = new ModelRenderer(this, 4, 42);
        this.shape37_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape37_1.addBox(-4.5F, -13.899999999999956F, -1.5F, 1, 1, 1, 0.0F);
        this.shape60_2 = new ModelRenderer(this, 0, ;
        this.shape60_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape60_2.addBox(-12.999999999999996F, -4.999999999999988F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart13_2 = new ModelRenderer(this, 58, 121);
        this.innerPart13_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart13_2.addBox(-6.000000000000023F, -9.999999999999982F, 1.5F, 1, 5, 1, 0.0F);
        this.shape76_1 = new ModelRenderer(this, 8, 61);
        this.shape76_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape76_1.addBox(3.5F, -19.900000000000016F, 1.5F, 1, 2, 1, 0.0F);
        this.shape39_2 = new ModelRenderer(this, 4, 38);
        this.shape39_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape39_2.addBox(-12.0F, -11.999999999999973F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart52 = new ModelRenderer(this, 56, 116);
        this.innerPart52.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart52.addBox(11.999999999999972F, -7.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.shape94_2 = new ModelRenderer(this, 8, 18);
        this.shape94_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape94_2.addBox(-7.0000000000000195F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.shape1 = new ModelRenderer(this, 20, 32);
        this.shape1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape1.addBox(5.9999999999999964F, -8.999999999999988F, -5.5F, 5, 3, 1, 0.0F);
        this.shape82_1 = new ModelRenderer(this, 20, 46);
        this.shape82_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape82_1.addBox(-2.5F, -20.900000000000027F, 2.5F, 5, 1, 1, 0.0F);
        this.shape85 = new ModelRenderer(this, 4, 0);
        this.shape85.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape85.addBox(5.000000000000002F, -10.999999999999979F, 2.5F, 1, 1, 1, 0.0F);
        this.shape9_2 = new ModelRenderer(this, 0, 48);
        this.shape9_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape9_2.addBox(-11.000000000000004F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape1_2 = new ModelRenderer(this, 20, 32);
        this.shape1_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape1_2.addBox(-11.000000000000004F, -8.999999999999988F, -5.5F, 5, 3, 1, 0.0F);
        this.shape66_1 = new ModelRenderer(this, 4, 12);
        this.shape66_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape66_1.addBox(-3.5F, -20.900000000000027F, 0.5F, 1, 1, 1, 0.0F);
        this.shape27_2 = new ModelRenderer(this, 4, 58);
        this.shape27_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape27_2.addBox(-5.000000000000028F, -5.999999999999988F, -2.5F, 1, 2, 1, 0.0F);
        this.shape98 = new ModelRenderer(this, 12, 48);
        this.shape98.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape98.addBox(6.999999999999993F, -5.999999999999988F, 4.5F, 3, 1, 1, 0.0F);
        this.innerPart8 = new ModelRenderer(this, 28, 115);
        this.innerPart8.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart8.addBox(5.9999999999999964F, -5.999999999999988F, 2.5F, 5, 1, 1, 0.0F);
        this.innerPart63_2 = new ModelRenderer(this, 18, 98);
        this.innerPart63_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart63_2.addBox(-9.000000000000012F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape79_2 = new ModelRenderer(this, 8, 52);
        this.shape79_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape79_2.addBox(-12.999999999999996F, -10.999999999999979F, 1.5F, 1, 2, 1, 0.0F);
        this.shape95_2 = new ModelRenderer(this, 8, 16);
        this.shape95_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape95_2.addBox(-7.0000000000000195F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.shape82_2 = new ModelRenderer(this, 20, 46);
        this.shape82_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape82_2.addBox(-11.000000000000004F, -11.999999999999973F, 2.5F, 5, 1, 1, 0.0F);
        this.shape2 = new ModelRenderer(this, 12, 62);
        this.shape2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape2.addBox(6.999999999999993F, -9.999999999999982F, -5.5F, 3, 1, 1, 0.0F);
        this.shape88_2 = new ModelRenderer(this, 8, 30);
        this.shape88_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape88_2.addBox(-12.0F, -9.999999999999982F, 3.5F, 1, 5, 1, 0.0F);
        this.ring10 = new ModelRenderer(this, 115, 0);
        this.ring10.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring10.addBox(10.999999999999977F, -3.999999999999987F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart11 = new ModelRenderer(this, 42, 123);
        this.innerPart11.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart11.addBox(6.999999999999993F, -4.999999999999988F, 2.5F, 3, 1, 1, 0.0F);
        this.innerPart36_2 = new ModelRenderer(this, 77, 92);
        this.innerPart36_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart36_2.addBox(-10.000000000000007F, -11.999999999999973F, -1.5F, 3, 1, 1, 0.0F);
        this.shape10_1 = new ModelRenderer(this, 0, 46);
        this.shape10_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape10_1.addBox(1.5F, -18.900000000000002F, -4.5F, 1, 1, 1, 0.0F);
        this.shape41_2 = new ModelRenderer(this, 4, 34);
        this.shape41_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape41_2.addBox(-5.000000000000028F, -10.999999999999979F, -1.5F, 1, 1, 1, 0.0F);
        this.shape29_2 = new ModelRenderer(this, 32, 60);
        this.shape29_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape29_2.addBox(-7.0000000000000195F, -3.999999999999987F, -2.5F, 2, 1, 1, 0.0F);
        this.shape97_1 = new ModelRenderer(this, 12, 50);
        this.shape97_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape97_1.addBox(-1.5F, -18.900000000000002F, 4.5F, 3, 1, 1, 0.0F);
        this.innerPart34 = new ModelRenderer(this, 19, 72);
        this.innerPart34.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart34.addBox(5.000000000000002F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.shape91 = new ModelRenderer(this, 20, 40);
        this.shape91.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape91.addBox(5.9999999999999964F, -4.999999999999988F, 3.5F, 5, 1, 1, 0.0F);
        this.shape21_2 = new ModelRenderer(this, 12, 56);
        this.shape21_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape21_2.addBox(-10.000000000000007F, -2.9999999999999827F, -2.5F, 3, 1, 1, 0.0F);
        this.shape25_1 = new ModelRenderer(this, 0, 10);
        this.shape25_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape25_1.addBox(-4.5F, -19.900000000000016F, -2.5F, 1, 2, 1, 0.0F);
        this.shape89_1 = new ModelRenderer(this, 8, 24);
        this.shape89_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape89_1.addBox(2.5F, -18.900000000000002F, 3.5F, 1, 5, 1, 0.0F);
        this.shape34_1 = new ModelRenderer(this, 20, 54);
        this.shape34_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape34_1.addBox(-2.5F, -21.90000000000004F, -1.5F, 5, 1, 1, 0.0F);
        this.shape13 = new ModelRenderer(this, 20, 56);
        this.shape13.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape13.addBox(5.9999999999999964F, -3.999999999999987F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.innerPart28 = new ModelRenderer(this, 39, 92);
        this.innerPart28.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart28.addBox(5.9999999999999964F, -11.999999999999973F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart29 = new ModelRenderer(this, 39, 88);
        this.innerPart29.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart29.addBox(5.9999999999999964F, -3.999999999999987F, -0.5F, 5, 1, 1, 0.0F);
        this.shape7_1 = new ModelRenderer(this, 20, 60);
        this.shape7_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape7_1.addBox(-2.5F, -13.899999999999956F, -4.5F, 5, 1, 1, 0.0F);
        this.shape32 = new ModelRenderer(this, 4, 52);
        this.shape32.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape32.addBox(2.9999999999999982F, -9.999999999999982F, -1.5F, 1, 5, 1, 0.0F);
        this.shape16 = new ModelRenderer(this, 0, 30);
        this.shape16.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape16.addBox(10.999999999999977F, -10.999999999999979F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape15_1 = new ModelRenderer(this, 0, 32);
        this.shape15_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape15_1.addBox(-4.5F, -18.900000000000002F, -3.5F, 1, 5, 1, 0.0F);
        this.innerPart41_2 = new ModelRenderer(this, 63, 84);
        this.innerPart41_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart41_2.addBox(-12.0F, -10.999999999999979F, -1.5F, 2, 2, 1, 0.0F);
        this.shape93 = new ModelRenderer(this, 8, 20);
        this.shape93.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape93.addBox(5.9999999999999964F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart13 = new ModelRenderer(this, 58, 121);
        this.innerPart13.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart13.addBox(10.999999999999977F, -9.999999999999982F, 1.5F, 1, 5, 1, 0.0F);
        this.shape58 = new ModelRenderer(this, 4, 18);
        this.shape58.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape58.addBox(12.999999999999972F, -9.999999999999982F, 0.5F, 1, 5, 1, 0.0F);
        this.shape90 = new ModelRenderer(this, 20, 42);
        this.shape90.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape90.addBox(5.9999999999999964F, -10.999999999999979F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart32_2 = new ModelRenderer(this, 31, 72);
        this.innerPart32_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart32_2.addBox(-6.000000000000023F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart61_1 = new ModelRenderer(this, 18, 85);
        this.innerPart61_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart61_1.addBox(-1.5F, -15.899999999999956F, -4.5F, 3, 1, 1, 0.0F);
        this.handle14 = new ModelRenderer(this, 106, 10);
        this.handle14.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle14.addBox(-5.0F, 2.0F, 0.5F, 1, 1, 1, 0.0F);
        this.shape78_2 = new ModelRenderer(this, 8, 55);
        this.shape78_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape78_2.addBox(-12.999999999999996F, -5.999999999999988F, 1.5F, 1, 2, 1, 0.0F);
        this.innerPart25_2 = new ModelRenderer(this, 60, 98);
        this.innerPart25_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart25_2.addBox(-12.0F, -10.999999999999979F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart54_2 = new ModelRenderer(this, 28, 84);
        this.innerPart54_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart54_2.addBox(-12.0F, -8.999999999999988F, -3.499999999999999F, 2, 3, 1, 0.0F);
        this.innerPart59_2 = new ModelRenderer(this, 2, 95);
        this.innerPart59_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart59_2.addBox(-11.000000000000004F, -7.999999999999987F, -4.5F, 5, 1, 1, 0.0F);
        this.innerPart55_2 = new ModelRenderer(this, 2, 84);
        this.innerPart55_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart55_2.addBox(-11.000000000000004F, -9.999999999999982F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.shape7 = new ModelRenderer(this, 20, 60);
        this.shape7.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape7.addBox(5.9999999999999964F, -4.999999999999988F, -4.5F, 5, 1, 1, 0.0F);
        this.shape26_1 = new ModelRenderer(this, 4, 61);
        this.shape26_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape26_1.addBox(-4.5F, -14.899999999999956F, -2.5F, 1, 2, 1, 0.0F);
        this.innerPart58 = new ModelRenderer(this, 2, 90);
        this.innerPart58.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart58.addBox(6.999999999999993F, -10.999999999999979F, -3.499999999999999F, 3, 1, 1, 0.0F);
        this.shape75 = new ModelRenderer(this, 32, 48);
        this.shape75.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape75.addBox(9.99999999999998F, -11.999999999999973F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart48 = new ModelRenderer(this, 56, 112);
        this.innerPart48.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart48.addBox(7.999999999999988F, -3.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart48_2 = new ModelRenderer(this, 56, 112);
        this.innerPart48_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart48_2.addBox(-9.000000000000012F, -3.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart27_1 = new ModelRenderer(this, 39, 98);
        this.innerPart27_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart27_1.addBox(1.5F, -14.899999999999956F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart20_1 = new ModelRenderer(this, 123, 98);
        this.innerPart20_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart20_1.addBox(-4.5F, -17.899999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.shape85_2 = new ModelRenderer(this, 4, 0);
        this.shape85_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape85_2.addBox(-12.0F, -10.999999999999979F, 2.5F, 1, 1, 1, 0.0F);
        this.innerPart29_2 = new ModelRenderer(this, 39, 88);
        this.innerPart29_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart29_2.addBox(-11.000000000000004F, -3.999999999999987F, -0.5F, 5, 1, 1, 0.0F);
        this.shape77 = new ModelRenderer(this, 8, 58);
        this.shape77.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape77.addBox(11.999999999999972F, -5.999999999999988F, 1.5F, 1, 2, 1, 0.0F);
        this.shape11_1 = new ModelRenderer(this, 0, 44);
        this.shape11_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape11_1.addBox(1.5F, -14.899999999999956F, -4.5F, 1, 1, 1, 0.0F);
        this.shape38_2 = new ModelRenderer(this, 4, 40);
        this.shape38_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape38_2.addBox(-12.999999999999996F, -10.999999999999979F, -1.5F, 1, 1, 1, 0.0F);
        this.ring11_2 = new ModelRenderer(this, 120, 0);
        this.ring11_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring11_2.addBox(-12.0F, -3.999999999999987F, -0.5F, 1, 1, 1, 0.0F);
        this.shape31_1 = new ModelRenderer(this, 32, 56);
        this.shape31_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape31_1.addBox(-3.5F, -20.900000000000027F, -2.5F, 2, 1, 1, 0.0F);
        this.innerPart50_1 = new ModelRenderer(this, 64, 112);
        this.innerPart50_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart50_1.addBox(-0.5F, -20.900000000000027F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart14 = new ModelRenderer(this, 113, 123);
        this.innerPart14.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart14.addBox(5.9999999999999964F, -10.999999999999979F, 1.5F, 5, 1, 1, 0.0F);
        this.innerPart19 = new ModelRenderer(this, 115, 98);
        this.innerPart19.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart19.addBox(4.0000000000000036F, -7.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.shape74_2 = new ModelRenderer(this, 32, 50);
        this.shape74_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape74_2.addBox(-12.0F, -11.999999999999973F, 1.5F, 2, 1, 1, 0.0F);
        this.ring01 = new ModelRenderer(this, 100, 0);
        this.ring01.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring01.addBox(5.9999999999999964F, -12.999999999999972F, -0.5F, 5, 1, 1, 0.0F);
        this.innerPart16 = new ModelRenderer(this, 115, 112);
        this.innerPart16.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart16.addBox(7.999999999999988F, -3.999999999999987F, 1.5F, 1, 1, 1, 0.0F);
        this.shape9 = new ModelRenderer(this, 0, 48);
        this.shape9.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape9.addBox(5.9999999999999964F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.shape76 = new ModelRenderer(this, 8, 61);
        this.shape76.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape76.addBox(11.999999999999972F, -10.999999999999979F, 1.5F, 1, 2, 1, 0.0F);
        this.Ring12_1 = new ModelRenderer(this, 100, 6);
        this.Ring12_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.Ring12_1.addBox(-2.5F, -11.899999999999956F, -0.5F, 5, 1, 1, 0.0F);
        this.ring09 = new ModelRenderer(this, 100, 20);
        this.ring09.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring09.addBox(4.0000000000000036F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart17_1 = new ModelRenderer(this, 115, 104);
        this.innerPart17_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart17_1.addBox(-0.5F, -20.900000000000027F, 1.5F, 1, 1, 1, 0.0F);
        this.ring04_1 = new ModelRenderer(this, 115, 20);
        this.ring04_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring04_1.addBox(3.5F, -19.900000000000016F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart33_1 = new ModelRenderer(this, 25, 72);
        this.innerPart33_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart33_1.addBox(-3.5F, -19.900000000000016F, -0.5F, 1, 1, 1, 0.0F);
        this.shape70_2 = new ModelRenderer(this, 12, 54);
        this.shape70_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape70_2.addBox(-10.000000000000007F, -12.99999999999997F, 1.5F, 3, 1, 1, 0.0F);
        this.handle08 = new ModelRenderer(this, 106, 10);
        this.handle08.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle08.addBox(-3.0F, -5.0F, 1.5F, 1, 2, 1, 0.0F);
        this.shape73 = new ModelRenderer(this, 32, 52);
        this.shape73.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape73.addBox(5.000000000000002F, -3.999999999999987F, 1.5F, 2, 1, 1, 0.0F);
        this.innerPart28_1 = new ModelRenderer(this, 39, 92);
        this.innerPart28_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart28_1.addBox(-2.5F, -20.900000000000027F, -0.5F, 5, 1, 1, 0.0F);
        this.shape15 = new ModelRenderer(this, 0, 32);
        this.shape15.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape15.addBox(4.0000000000000036F, -9.999999999999982F, -3.499999999999999F, 1, 5, 1, 0.0F);
        this.shape68_1 = new ModelRenderer(this, 4, ;
        this.shape68_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape68_1.addBox(-5.5F, -17.899999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.innerPart54 = new ModelRenderer(this, 28, 84);
        this.innerPart54.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart54.addBox(5.000000000000002F, -8.999999999999988F, -3.499999999999999F, 2, 3, 1, 0.0F);
        this.innerPart58_2 = new ModelRenderer(this, 2, 90);
        this.innerPart58_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart58_2.addBox(-10.000000000000007F, -10.999999999999979F, -3.499999999999999F, 3, 1, 1, 0.0F);
        this.shape62_2 = new ModelRenderer(this, 0, 4);
        this.shape62_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape62_2.addBox(-6.000000000000023F, -3.999999999999987F, 0.5F, 1, 1, 1, 0.0F);
        this.shape11 = new ModelRenderer(this, 0, 44);
        this.shape11.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape11.addBox(9.99999999999998F, -5.999999999999988F, -4.5F, 1, 1, 1, 0.0F);
        this.shape77_2 = new ModelRenderer(this, 8, 58);
        this.shape77_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape77_2.addBox(-5.000000000000028F, -5.999999999999988F, 1.5F, 1, 2, 1, 0.0F);
        this.shape28_2 = new ModelRenderer(this, 32, 62);
        this.shape28_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape28_2.addBox(-12.0F, -3.999999999999987F, -2.5F, 2, 1, 1, 0.0F);
        this.shape88_1 = new ModelRenderer(this, 8, 30);
        this.shape88_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape88_1.addBox(-3.5F, -18.900000000000002F, 3.5F, 1, 5, 1, 0.0F);
        this.innerPart32_1 = new ModelRenderer(this, 31, 72);
        this.innerPart32_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart32_1.addBox(2.5F, -19.900000000000016F, -0.5F, 1, 1, 1, 0.0F);
        this.shape12_2 = new ModelRenderer(this, 20, 58);
        this.shape12_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape12_2.addBox(-11.000000000000004F, -11.999999999999973F, -3.499999999999999F, 5, 1, 1, 0.0F);
        this.innerPart43_1 = new ModelRenderer(this, 73, 79);
        this.innerPart43_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart43_1.addBox(1.5F, -14.899999999999956F, -1.5F, 2, 2, 1, 0.0F);
        this.shape25 = new ModelRenderer(this, 0, 10);
        this.shape25.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape25.addBox(4.0000000000000036F, -10.999999999999979F, -2.5F, 1, 2, 1, 0.0F);
        this.shape80_2 = new ModelRenderer(this, 8, 46);
        this.shape80_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape80_2.addBox(-12.999999999999996F, -9.999999999999982F, 2.5F, 1, 5, 1, 0.0F);
        this.ring05_1 = new ModelRenderer(this, 115, 5);
        this.ring05_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring05_1.addBox(-4.5F, -19.900000000000016F, -0.5F, 1, 1, 1, 0.0F);
        this.shape87 = new ModelRenderer(this, 8, 36);
        this.shape87.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape87.addBox(10.999999999999977F, -4.999999999999988F, 2.5F, 1, 1, 1, 0.0F);
        this.shape18_2 = new ModelRenderer(this, 0, 26);
        this.shape18_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape18_2.addBox(-12.0F, -4.999999999999988F, -3.499999999999999F, 1, 1, 1, 0.0F);
        this.shape10_2 = new ModelRenderer(this, 0, 46);
        this.shape10_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape10_2.addBox(-7.0000000000000195F, -9.999999999999982F, -4.5F, 1, 1, 1, 0.0F);
        this.innerPart5_2 = new ModelRenderer(this, 0, 115);
        this.innerPart5_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart5_2.addBox(-9.000000000000012F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.innerPart47_2 = new ModelRenderer(this, 56, 108);
        this.innerPart47_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart47_2.addBox(-11.000000000000004F, -4.999999999999988F, -2.5F, 5, 1, 1, 0.0F);
        this.innerPart52_2 = new ModelRenderer(this, 56, 116);
        this.innerPart52_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart52_2.addBox(-5.000000000000028F, -7.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.shape29 = new ModelRenderer(this, 32, 60);
        this.shape29.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape29.addBox(9.99999999999998F, -3.999999999999987F, -2.5F, 2, 1, 1, 0.0F);
        this.innerPart5 = new ModelRenderer(this, 0, 115);
        this.innerPart5.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart5.addBox(7.999999999999988F, -9.999999999999982F, 3.5F, 1, 1, 1, 0.0F);
        this.shape34_2 = new ModelRenderer(this, 20, 54);
        this.shape34_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape34_2.addBox(-11.000000000000004F, -12.99999999999997F, -1.5F, 5, 1, 1, 0.0F);
        this.shape96_1 = new ModelRenderer(this, 20, 36);
        this.shape96_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape96_1.addBox(-2.5F, -17.899999999999988F, 4.5F, 5, 3, 1, 0.0F);
        this.shape9_1 = new ModelRenderer(this, 0, 48);
        this.shape9_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape9_1.addBox(-2.5F, -18.900000000000002F, -4.5F, 1, 1, 1, 0.0F);
        this.innerPart14_1 = new ModelRenderer(this, 113, 123);
        this.innerPart14_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart14_1.addBox(-2.5F, -19.900000000000016F, 1.5F, 5, 1, 1, 0.0F);
        this.handle03 = new ModelRenderer(this, 114, 16);
        this.handle03.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle03.addBox(4.0F, -1.0F, 1.5F, 2, 1, 1, 0.0F);
        this.shape3 = new ModelRenderer(this, 12, 60);
        this.shape3.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape3.addBox(6.999999999999993F, -5.999999999999988F, -5.5F, 3, 1, 1, 0.0F);
        this.innerPart62_1 = new ModelRenderer(this, 18, 91);
        this.innerPart62_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart62_1.addBox(-0.5F, -14.899999999999956F, -4.5F, 1, 1, 1, 0.0F);
        this.Ring12 = new ModelRenderer(this, 100, 6);
        this.Ring12.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.Ring12.addBox(5.9999999999999964F, -2.9999999999999827F, -0.5F, 5, 1, 1, 0.0F);
        this.ring05_2 = new ModelRenderer(this, 115, 5);
        this.ring05_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring05_2.addBox(-12.999999999999996F, -10.999999999999979F, -0.5F, 1, 1, 1, 0.0F);
        this.shape97_2 = new ModelRenderer(this, 12, 50);
        this.shape97_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape97_2.addBox(-10.000000000000007F, -9.999999999999982F, 4.5F, 3, 1, 1, 0.0F);
        this.innerPart45_2 = new ModelRenderer(this, 72, 121);
        this.innerPart45_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart45_2.addBox(-12.0F, -9.999999999999982F, -2.5F, 1, 5, 1, 0.0F);
        this.innerPart12 = new ModelRenderer(this, 48, 113);
        this.innerPart12.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart12.addBox(5.000000000000002F, -9.999999999999982F, 1.5F, 1, 5, 1, 0.0F);
        this.shape23_1 = new ModelRenderer(this, 0, 16);
        this.shape23_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape23_1.addBox(4.5F, -17.899999999999988F, -2.5F, 1, 3, 1, 0.0F);
        this.ring11_1 = new ModelRenderer(this, 120, 0);
        this.ring11_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring11_1.addBox(-3.5F, -12.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart24 = new ModelRenderer(this, 69, 98);
        this.innerPart24.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart24.addBox(5.000000000000002F, -5.999999999999988F, 0.5F, 2, 2, 1, 0.0F);
        this.innerPart21_1 = new ModelRenderer(this, 103, 98);
        this.innerPart21_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart21_1.addBox(3.5F, -17.899999999999988F, 0.5F, 1, 3, 1, 0.0F);
        this.innerPart35 = new ModelRenderer(this, 14, 72);
        this.innerPart35.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart35.addBox(10.999999999999977F, -4.999999999999988F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart57_2 = new ModelRenderer(this, 2, 74);
        this.innerPart57_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart57_2.addBox(-10.000000000000007F, -4.999999999999988F, -3.499999999999999F, 3, 1, 1, 0.0F);
        this.innerPart39 = new ModelRenderer(this, 103, 90);
        this.innerPart39.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart39.addBox(11.999999999999972F, -8.999999999999988F, -1.5F, 1, 3, 1, 0.0F);
        this.innerPart40_1 = new ModelRenderer(this, 63, 90);
        this.innerPart40_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart40_1.addBox(1.5F, -19.900000000000016F, -1.5F, 2, 2, 1, 0.0F);
        this.ArmorBootsLeft = new ModelRenderer(this, 157, 30);
        this.ArmorBootsLeft.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorBootsLeft.addBox(-2.1F, 9.0F, -3.0F, 5, 4, 6, 0.0F);
        this.shape61_1 = new ModelRenderer(this, 0, 6);
        this.shape61_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape61_1.addBox(-3.5F, -12.899999999999956F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart2_1 = new ModelRenderer(this, 0, 105);
        this.innerPart2_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart2_1.addBox(-1.5F, -17.899999999999988F, 3.5F, 3, 1, 1, 0.0F);
        this.shape62 = new ModelRenderer(this, 0, 4);
        this.shape62.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape62.addBox(10.999999999999977F, -3.999999999999987F, 0.5F, 1, 1, 1, 0.0F);
        this.innerPart27 = new ModelRenderer(this, 39, 98);
        this.innerPart27.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart27.addBox(9.99999999999998F, -5.999999999999988F, 0.5F, 2, 2, 1, 0.0F);
        this.shape31_2 = new ModelRenderer(this, 32, 56);
        this.shape31_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape31_2.addBox(-12.0F, -11.999999999999973F, -2.5F, 2, 1, 1, 0.0F);
        this.shape7_2 = new ModelRenderer(this, 20, 60);
        this.shape7_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape7_2.addBox(-11.000000000000004F, -4.999999999999988F, -4.5F, 5, 1, 1, 0.0F);
        this.ArmorBootsRight = new ModelRenderer(this, 157, 40);
        this.ArmorBootsRight.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorBootsRight.addBox(-2.9F, 9.0F, -3.0F, 5, 4, 6, 0.0F);
        this.innerPart61 = new ModelRenderer(this, 18, 85);
        this.innerPart61.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart61.addBox(6.999999999999993F, -6.999999999999988F, -4.5F, 3, 1, 1, 0.0F);
        this.shape40_2 = new ModelRenderer(this, 4, 36);
        this.shape40_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape40_2.addBox(-6.000000000000023F, -11.999999999999973F, -1.5F, 1, 1, 1, 0.0F);
        this.shape91_2 = new ModelRenderer(this, 20, 40);
        this.shape91_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape91_2.addBox(-11.000000000000004F, -4.999999999999988F, 3.5F, 5, 1, 1, 0.0F);
        this.innerPart11_1 = new ModelRenderer(this, 42, 123);
        this.innerPart11_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart11_1.addBox(-1.5F, -13.899999999999956F, 2.5F, 3, 1, 1, 0.0F);
        this.innerPart51_2 = new ModelRenderer(this, 64, 116);
        this.innerPart51_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart51_2.addBox(-12.999999999999996F, -7.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.handle19 = new ModelRenderer(this, 106, 10);
        this.handle19.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle19.addBox(-9.0F, -2.0F, -0.5F, 2, 1, 1, 0.0F);
        this.shape88 = new ModelRenderer(this, 8, 30);
        this.shape88.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape88.addBox(5.000000000000002F, -9.999999999999982F, 3.5F, 1, 5, 1, 0.0F);
        this.handle09 = new ModelRenderer(this, 106, 10);
        this.handle09.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle09.addBox(-3.0F, -6.0F, 0.5F, 1, 2, 1, 0.0F);
        this.shape25_2 = new ModelRenderer(this, 0, 10);
        this.shape25_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape25_2.addBox(-12.999999999999996F, -10.999999999999979F, -2.5F, 1, 2, 1, 0.0F);
        this.shape39 = new ModelRenderer(this, 4, 38);
        this.shape39.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape39.addBox(5.000000000000002F, -11.999999999999973F, -1.5F, 1, 1, 1, 0.0F);
        this.innerPart19_1 = new ModelRenderer(this, 115, 98);
        this.innerPart19_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart19_1.addBox(-4.5F, -16.89999999999997F, 1.5F, 1, 1, 1, 0.0F);
        this.innerPart8_2 = new ModelRenderer(this, 28, 115);
        this.innerPart8_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart8_2.addBox(-11.000000000000004F, -5.999999999999988F, 2.5F, 5, 1, 1, 0.0F);
        this.shape73_1 = new ModelRenderer(this, 32, 52);
        this.shape73_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape73_1.addBox(-3.5F, -12.899999999999956F, 1.5F, 2, 1, 1, 0.0F);
        this.handle18 = new ModelRenderer(this, 106, 10);
        this.handle18.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.handle18.addBox(-7.0F, -1.0F, -0.5F, 1, 2, 1, 0.0F);
        this.ring01_1 = new ModelRenderer(this, 100, 0);
        this.ring01_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring01_1.addBox(-2.5F, -21.900000000000045F, -0.5F, 5, 1, 1, 0.0F);
        this.ring08_1 = new ModelRenderer(this, 115, 10);
        this.ring08_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ring08_1.addBox(3.5F, -13.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart51 = new ModelRenderer(this, 64, 116);
        this.innerPart51.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart51.addBox(4.0000000000000036F, -7.999999999999987F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart14_2 = new ModelRenderer(this, 113, 123);
        this.innerPart14_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart14_2.addBox(-11.000000000000004F, -10.999999999999979F, 1.5F, 5, 1, 1, 0.0F);
        this.innerPart40_2 = new ModelRenderer(this, 63, 90);
        this.innerPart40_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart40_2.addBox(-7.0000000000000195F, -10.999999999999979F, -1.5F, 2, 2, 1, 0.0F);
        this.shape71_1 = new ModelRenderer(this, 12, 52);
        this.shape71_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape71_1.addBox(-1.5F, -11.899999999999956F, 1.5F, 3, 1, 1, 0.0F);
        this.innerPart4_2 = new ModelRenderer(this, 0, 110);
        this.innerPart4_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart4_2.addBox(-9.000000000000012F, -5.999999999999988F, 3.5F, 1, 1, 1, 0.0F);
        this.shape28 = new ModelRenderer(this, 32, 62);
        this.shape28.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape28.addBox(5.000000000000002F, -3.999999999999987F, -2.5F, 2, 1, 1, 0.0F);
        this.shape2_1 = new ModelRenderer(this, 12, 62);
        this.shape2_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape2_1.addBox(-1.5F, -18.900000000000002F, -5.5F, 3, 1, 1, 0.0F);
        this.shape17_1 = new ModelRenderer(this, 0, 28);
        this.shape17_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape17_1.addBox(-3.5F, -19.900000000000016F, -3.5F, 1, 1, 1, 0.0F);
        this.innerPart35_1 = new ModelRenderer(this, 14, 72);
        this.innerPart35_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart35_1.addBox(2.5F, -13.899999999999956F, -0.5F, 1, 1, 1, 0.0F);
        this.innerPart50 = new ModelRenderer(this, 64, 112);
        this.innerPart50.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart50.addBox(7.999999999999988F, -11.999999999999973F, -2.5F, 1, 1, 1, 0.0F);
        this.innerPart41_1 = new ModelRenderer(this, 63, 84);
        this.innerPart41_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.innerPart41_1.addBox(-3.5F, -19.900000000000016F, -1.5F, 2, 2, 1, 0.0F);
        this.ArmorHelmed1 = new ModelRenderer(this, 157, 2);
        this.ArmorHelmed1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.ArmorHelmed1.addBox(-5.0F, -9.0F, -5.0F, 10, 4, 10, 0.0F);
        this.shape68_2 = new ModelRenderer(this, 4, ;
        this.shape68_2.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape68_2.addBox(-14.0F, -8.999999999999988F, 1.5F, 1, 3, 1, 0.0F);
        this.shape14 = new ModelRenderer(this, 0, 38);
        this.shape14.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape14.addBox(11.999999999999972F, -9.999999999999982F, -3.499999999999999F, 1, 5, 1, 0.0F);
        this.shape18_1 = new ModelRenderer(this, 0, 26);
        this.shape18_1.setRotationPoint(0.0F, 0.0F, 0.0F);
        this.shape18_1.addBox(-3.5F, -13.899999999999956F, -3.5F, 1, 1, 1, 0.0F);
        
        
      //Custom Armor
        
        
        
        this.bipedBody.addChild(ArmorChest1);
        this.bipedHead.addChild(ArmorHelmed1);
        this.bipedHead.addChild(ArmorHelmed2);
        this.bipedHead.addChild(ArmorHelmed3);
        this.bipedLeftArm.addChild(ArmorLeftArm1);
        this.bipedRightArm.addChild(ArmorRightArm1);
        this.bipedLeftLeg.addChild(ArmorLegLeft1);
        this.bipedLeftLeg.addChild(ArmorBootsLeft);
        this.bipedRightLeg.addChild(ArmorLegRight1);
        this.bipedRightLeg.addChild(ArmorBootsRight);
        
        
        
        this.bipedLeftArm.addChild(innerPart28);
        this.bipedLeftArm.addChild(innerPart22);
        this.bipedLeftArm.addChild(innerPart25);
        this.bipedLeftArm.addChild(innerPart26);
        this.bipedLeftArm.addChild(innerPart24);
        this.bipedLeftArm.addChild(innerPart27);
        this.bipedLeftArm.addChild(innerPart21);
        this.bipedLeftArm.addChild(innerPart20);
        this.bipedLeftArm.addChild(innerPart23);
        this.bipedLeftArm.addChild(innerPart17);
        this.bipedLeftArm.addChild(innerPart19);
        this.bipedLeftArm.addChild(innerPart18);
        this.bipedLeftArm.addChild(innerPart16);
        this.bipedLeftArm.addChild(innerPart14);
        this.bipedLeftArm.addChild(innerPart12);
        this.bipedLeftArm.addChild(innerPart15);
        this.bipedLeftArm.addChild(innerPart13);
        this.bipedLeftArm.addChild(innerPart10);
        this.bipedLeftArm.addChild(innerPart9);
        this.bipedLeftArm.addChild(innerPart11);
        this.bipedLeftArm.addChild(innerPart8);
        this.bipedLeftArm.addChild(innerPart6);
        this.bipedLeftArm.addChild(innerPart7);
        this.bipedLeftArm.addChild(innerPart5);
        this.bipedLeftArm.addChild(innerPart2);
        this.bipedLeftArm.addChild(innerPart1);
        this.bipedLeftArm.addChild(innerPart3);
        this.bipedLeftArm.addChild(innerPart4);
        this.bipedLeftArm.addChild(innerPart32);
        this.bipedLeftArm.addChild(innerPart33);
        this.bipedLeftArm.addChild(innerPart34);
        this.bipedLeftArm.addChild(innerPart35);
        this.bipedLeftArm.addChild(innerPart31);
        this.bipedLeftArm.addChild(innerPart29);
        this.bipedLeftArm.addChild(innerPart30);
        this.bipedLeftArm.addChild(innerPart40);
        this.bipedLeftArm.addChild(innerPart41);
        this.bipedLeftArm.addChild(innerPart43);
        this.bipedLeftArm.addChild(innerPart42);
        this.bipedLeftArm.addChild(innerPart36);
        this.bipedLeftArm.addChild(innerPart38);
        this.bipedLeftArm.addChild(innerPart39);
        this.bipedLeftArm.addChild(innerPart37);
        this.bipedLeftArm.addChild(innerPart50);
        this.bipedLeftArm.addChild(innerPart46);
        this.bipedLeftArm.addChild(innerPart44);
        this.bipedLeftArm.addChild(innerPart45);
        this.bipedLeftArm.addChild(innerPart47);
        this.bipedLeftArm.addChild(innerPart52);
        this.bipedLeftArm.addChild(innerPart51);
        this.bipedLeftArm.addChild(innerPart48);
        this.bipedLeftArm.addChild(innerPart54);
        this.bipedLeftArm.addChild(innerPart53);
        this.bipedLeftArm.addChild(innerPart55);
        this.bipedLeftArm.addChild(innerPart58);
        this.bipedLeftArm.addChild(innerPart56);
        this.bipedLeftArm.addChild(innerPart57);
        this.bipedLeftArm.addChild(innerPart60);
        this.bipedLeftArm.addChild(innerPart63);
        this.bipedLeftArm.addChild(innerPart59);
        this.bipedLeftArm.addChild(innerPart61);
        this.bipedLeftArm.addChild(innerPart62);
        this.bipedLeftArm.addChild(ring01);
        this.bipedLeftArm.addChild(ring02);
        this.bipedLeftArm.addChild(ring03);
        this.bipedLeftArm.addChild(ring04);
        this.bipedLeftArm.addChild(ring05);
        this.bipedLeftArm.addChild(ring06);
        this.bipedLeftArm.addChild(ring07);
        this.bipedLeftArm.addChild(ring08);
        this.bipedLeftArm.addChild(ring09);
        this.bipedLeftArm.addChild(ring10);
        this.bipedLeftArm.addChild(ring11);
        this.bipedLeftArm.addChild(Ring12);
        this.bipedLeftArm.addChild(core);

        this.bipedHead.addChild(innerPart28_1);
        this.bipedHead.addChild(innerPart22_1);
        this.bipedHead.addChild(innerPart25_1);
        this.bipedHead.addChild(innerPart26_1);
        this.bipedHead.addChild(innerPart24_1);
        this.bipedHead.addChild(innerPart27_1);
        this.bipedHead.addChild(innerPart21_1);
        this.bipedHead.addChild(innerPart20_1);
        this.bipedHead.addChild(innerPart23_1);
        this.bipedHead.addChild(innerPart17_1);
        this.bipedHead.addChild(innerPart19_1);
        this.bipedHead.addChild(innerPart18_1);
        this.bipedHead.addChild(innerPart16_1);
        this.bipedHead.addChild(innerPart14_1);
        this.bipedHead.addChild(innerPart12_1);
        this.bipedHead.addChild(innerPart15_1);
        this.bipedHead.addChild(innerPart13_1);
        this.bipedHead.addChild(innerPart10_1);
        this.bipedHead.addChild(innerPart9_1);
        this.bipedHead.addChild(innerPart11_1);
        this.bipedHead.addChild(innerPart8_1);
        this.bipedHead.addChild(innerPart6_1);
        this.bipedHead.addChild(innerPart7_1);
        this.bipedHead.addChild(innerPart5_1);
        this.bipedHead.addChild(innerPart2_1);
        this.bipedHead.addChild(innerPart1_1);
        this.bipedHead.addChild(innerPart3_1);
        this.bipedHead.addChild(innerPart4_1);
        this.bipedHead.addChild(innerPart32_1);
        this.bipedHead.addChild(innerPart33_1);
        this.bipedHead.addChild(innerPart34_1);
        this.bipedHead.addChild(innerPart35_1);
        this.bipedHead.addChild(innerPart31_1);
        this.bipedHead.addChild(innerPart29_1);
        this.bipedHead.addChild(innerPart30_1);
        this.bipedHead.addChild(innerPart40_1);
        this.bipedHead.addChild(innerPart41_1);
        this.bipedHead.addChild(innerPart43_1);
        this.bipedHead.addChild(innerPart42_1);
        this.bipedHead.addChild(innerPart36_1);
        this.bipedHead.addChild(innerPart38_1);
        this.bipedHead.addChild(innerPart39_1);
        this.bipedHead.addChild(innerPart37_1);
        this.bipedHead.addChild(innerPart50_1);
        this.bipedHead.addChild(innerPart46_1);
        this.bipedHead.addChild(innerPart44_1);
        this.bipedHead.addChild(innerPart45_1);
        this.bipedHead.addChild(innerPart47_1);
        this.bipedHead.addChild(innerPart52_1);
        this.bipedHead.addChild(innerPart51_1);
        this.bipedHead.addChild(innerPart48_1);
        this.bipedHead.addChild(innerPart54_1);
        this.bipedHead.addChild(innerPart53_1);
        this.bipedHead.addChild(innerPart55_1);
        this.bipedHead.addChild(innerPart58_1);
        this.bipedHead.addChild(innerPart56_1);
        this.bipedHead.addChild(innerPart57_1);
        this.bipedHead.addChild(innerPart60_1);
        this.bipedHead.addChild(innerPart63_1);
        this.bipedHead.addChild(innerPart59_1);
        this.bipedHead.addChild(innerPart61_1);
        this.bipedHead.addChild(innerPart62_1);
        this.bipedHead.addChild(ring01_1);
        this.bipedHead.addChild(ring02_1);
        this.bipedHead.addChild(ring03_1);
        this.bipedHead.addChild(ring04_1);
        this.bipedHead.addChild(ring05_1);
        this.bipedHead.addChild(ring06_1);
        this.bipedHead.addChild(ring07_1);
        this.bipedHead.addChild(ring08_1);
        this.bipedHead.addChild(ring09_1);
        this.bipedHead.addChild(ring10_1);
        this.bipedHead.addChild(ring11_1);
        this.bipedHead.addChild(Ring12_1);
        this.bipedHead.addChild(core_1);

        
        this.bipedRightArm.addChild(innerPart28_2);
        this.bipedRightArm.addChild(innerPart22_2);
        this.bipedRightArm.addChild(innerPart25_2);
        this.bipedRightArm.addChild(innerPart26_2);
        this.bipedRightArm.addChild(innerPart24_2);
        this.bipedRightArm.addChild(innerPart27_2);
        this.bipedRightArm.addChild(innerPart21_2);
        this.bipedRightArm.addChild(innerPart20_2);
        this.bipedRightArm.addChild(innerPart23_2);
        this.bipedRightArm.addChild(innerPart17_2);
        this.bipedRightArm.addChild(innerPart19_2);
        this.bipedRightArm.addChild(innerPart18_2);
        this.bipedRightArm.addChild(innerPart16_2);
        this.bipedRightArm.addChild(innerPart14_2);
        this.bipedRightArm.addChild(innerPart12_2);
        this.bipedRightArm.addChild(innerPart15_2);
        this.bipedRightArm.addChild(innerPart13_2);
        this.bipedRightArm.addChild(innerPart10_2);
        this.bipedRightArm.addChild(innerPart9_2);
        this.bipedRightArm.addChild(innerPart11_2);
        this.bipedRightArm.addChild(innerPart8_2);
        this.bipedRightArm.addChild(innerPart6_2);
        this.bipedRightArm.addChild(innerPart7_2);
        this.bipedRightArm.addChild(innerPart5_2);
        this.bipedRightArm.addChild(innerPart2_2);
        this.bipedRightArm.addChild(innerPart1_2);
        this.bipedRightArm.addChild(innerPart3_2);
        this.bipedRightArm.addChild(innerPart4_2);
        this.bipedRightArm.addChild(innerPart32_2);
        this.bipedRightArm.addChild(innerPart33_2);
        this.bipedRightArm.addChild(innerPart34_2);
        this.bipedRightArm.addChild(innerPart35_2);
        this.bipedRightArm.addChild(innerPart31_2);
        this.bipedRightArm.addChild(innerPart29_2);
        this.bipedRightArm.addChild(innerPart30_2);
        this.bipedRightArm.addChild(innerPart40_2);
        this.bipedRightArm.addChild(innerPart41_2);
        this.bipedRightArm.addChild(innerPart43_2);
        this.bipedRightArm.addChild(innerPart42_2);
        this.bipedRightArm.addChild(innerPart36_2);
        this.bipedRightArm.addChild(innerPart38_2);
        this.bipedRightArm.addChild(innerPart39_2);
        this.bipedRightArm.addChild(innerPart37_2);
        this.bipedRightArm.addChild(innerPart50_2);
        this.bipedRightArm.addChild(innerPart46_2);
        this.bipedRightArm.addChild(innerPart44_2);
        this.bipedRightArm.addChild(innerPart45_2);
        this.bipedRightArm.addChild(innerPart47_2);
        this.bipedRightArm.addChild(innerPart52_2);
        this.bipedRightArm.addChild(innerPart51_2);
        this.bipedRightArm.addChild(innerPart48_2);
        this.bipedRightArm.addChild(innerPart54_2);
        this.bipedRightArm.addChild(innerPart53_2);
        this.bipedRightArm.addChild(innerPart55_2);
        this.bipedRightArm.addChild(innerPart58_2);
        this.bipedRightArm.addChild(innerPart56_2);
        this.bipedRightArm.addChild(innerPart57_2);
        this.bipedRightArm.addChild(innerPart60_2);
        this.bipedRightArm.addChild(innerPart63_2);
        this.bipedRightArm.addChild(innerPart59_2);
        this.bipedRightArm.addChild(innerPart61_2);
        this.bipedRightArm.addChild(innerPart62_2);
        this.bipedRightArm.addChild(ring01_2);
        this.bipedRightArm.addChild(ring02_2);
        this.bipedRightArm.addChild(ring03_2);
        this.bipedRightArm.addChild(ring04_2);
        this.bipedRightArm.addChild(ring05_2);
        this.bipedRightArm.addChild(ring06_2);
        this.bipedRightArm.addChild(ring07_2);
        this.bipedRightArm.addChild(ring08_2);
        this.bipedRightArm.addChild(ring09_2);
        this.bipedRightArm.addChild(ring10_2);
        this.bipedRightArm.addChild(ring11_2);
        this.bipedRightArm.addChild(Ring12_2);
        this.bipedRightArm.addChild(core_2);

        this.bipedLeftArm.addChild(handle01);
        this.bipedLeftArm.addChild(handle02);
        this.bipedLeftArm.addChild(handle03);
        this.bipedLeftArm.addChild(handle04);
        this.bipedLeftArm.addChild(handle05);
        this.bipedLeftArm.addChild(handle06);
        this.bipedLeftArm.addChild(handle07);
        this.bipedRightArm.addChild(handle08);
        this.bipedRightArm.addChild(handle09);
        this.bipedRightArm.addChild(handle10);
        this.bipedRightArm.addChild(handle11);
        this.bipedRightArm.addChild(handle12);
        this.bipedRightArm.addChild(handle13);
        this.bipedRightArm.addChild(handle14);
        this.bipedRightArm.addChild(handle15);
        this.bipedRightArm.addChild(handle16);
        this.bipedRightArm.addChild(handle17);
        this.bipedRightArm.addChild(handle18);
        this.bipedRightArm.addChild(handle19);
        this.bipedRightArm.addChild(handle20);
        
        
        
        GL11.glPushMatrix();
        GL11.glEnable(GL11.GL_BLEND);
    	GL11.glBlendFunc(GL11.GL_SRC_ALPHA, GL11.GL_ONE_MINUS_SRC_ALPHA);

        this.bipedLeftArm.addChild(shape96);
        this.bipedLeftArm.addChild(shape97);
        this.bipedLeftArm.addChild(shape98);
        this.bipedLeftArm.addChild(shape89);
        this.bipedLeftArm.addChild(shape94);
        this.bipedLeftArm.addChild(shape95);
        this.bipedLeftArm.addChild(shape93);
        this.bipedLeftArm.addChild(shape92);
        this.bipedLeftArm.addChild(shape90);
        this.bipedLeftArm.addChild(shape91);
        this.bipedLeftArm.addChild(shape88);
        this.bipedLeftArm.addChild(shape82);
        this.bipedLeftArm.addChild(shape85);
        this.bipedLeftArm.addChild(shape86);
        this.bipedLeftArm.addChild(shape84);
        this.bipedLeftArm.addChild(shape87);
        this.bipedLeftArm.addChild(shape81);
        this.bipedLeftArm.addChild(shape83);
        this.bipedLeftArm.addChild(shape80);
        this.bipedLeftArm.addChild(shape70);
        this.bipedLeftArm.addChild(shape75);
        this.bipedLeftArm.addChild(shape74);
        this.bipedLeftArm.addChild(shape76);
        this.bipedLeftArm.addChild(shape79);
        this.bipedLeftArm.addChild(shape69);
        this.bipedLeftArm.addChild(shape77);
        this.bipedLeftArm.addChild(shape72);
        this.bipedLeftArm.addChild(shape71);
        this.bipedLeftArm.addChild(shape73);
        this.bipedLeftArm.addChild(shape78);
        this.bipedLeftArm.addChild(shape68);
        this.bipedLeftArm.addChild(shape57);
        this.bipedLeftArm.addChild(shape65);
        this.bipedLeftArm.addChild(shape64);
        this.bipedLeftArm.addChild(shape58);
        this.bipedLeftArm.addChild(shape66);
        this.bipedLeftArm.addChild(shape67);
        this.bipedLeftArm.addChild(shape63);
        this.bipedLeftArm.addChild(shape62);
        this.bipedLeftArm.addChild(shape59);
        this.bipedLeftArm.addChild(shape61);
        this.bipedLeftArm.addChild(shape60);
        this.bipedLeftArm.addChild(shape56);
        this.bipedLeftArm.addChild(shape34);
        this.bipedLeftArm.addChild(shape40);
        this.bipedLeftArm.addChild(shape41);
        this.bipedLeftArm.addChild(shape39);
        this.bipedLeftArm.addChild(shape38);
        this.bipedLeftArm.addChild(shape33);
        this.bipedLeftArm.addChild(shape42);
        this.bipedLeftArm.addChild(shape43);
        this.bipedLeftArm.addChild(shape35);
        this.bipedLeftArm.addChild(shape36);
        this.bipedLeftArm.addChild(shape37);
        this.bipedLeftArm.addChild(shape32);
        this.bipedLeftArm.addChild(shape20);
        this.bipedLeftArm.addChild(shape31);
        this.bipedLeftArm.addChild(shape30);
        this.bipedLeftArm.addChild(shape24);
        this.bipedLeftArm.addChild(shape27);
        this.bipedLeftArm.addChild(shape23);
        this.bipedLeftArm.addChild(shape25);
        this.bipedLeftArm.addChild(shape26);
        this.bipedLeftArm.addChild(shape22);
        this.bipedLeftArm.addChild(shape29);
        this.bipedLeftArm.addChild(shape28);
        this.bipedLeftArm.addChild(shape21);
        this.bipedLeftArm.addChild(shape12);
        this.bipedLeftArm.addChild(shape16);
        this.bipedLeftArm.addChild(shape17);
        this.bipedLeftArm.addChild(shape14);
        this.bipedLeftArm.addChild(shape15);
        this.bipedLeftArm.addChild(shape13);
        this.bipedLeftArm.addChild(shape19);
        this.bipedLeftArm.addChild(shape18);
        this.bipedLeftArm.addChild(shape6);
        this.bipedLeftArm.addChild(shape10);
        this.bipedLeftArm.addChild(shape9);
        this.bipedLeftArm.addChild(shape11);
        this.bipedLeftArm.addChild(shape8);
        this.bipedLeftArm.addChild(shape4);
        this.bipedLeftArm.addChild(shape5);
        this.bipedLeftArm.addChild(shape7);
        this.bipedLeftArm.addChild(shape2);
        this.bipedLeftArm.addChild(shape3);
        this.bipedLeftArm.addChild(shape1);
        this.bipedHead.addChild(shape96_1);
        this.bipedHead.addChild(shape97_1);
        this.bipedHead.addChild(shape98_1);
        this.bipedHead.addChild(shape89_1);
        this.bipedHead.addChild(shape94_1);
        this.bipedHead.addChild(shape95_1);
        this.bipedHead.addChild(shape93_1);
        this.bipedHead.addChild(shape92_1);
        this.bipedHead.addChild(shape90_1);
        this.bipedHead.addChild(shape91_1);
        this.bipedHead.addChild(shape88_1);
        this.bipedHead.addChild(shape82_1);
        this.bipedHead.addChild(shape85_1);
        this.bipedHead.addChild(shape86_1);
        this.bipedHead.addChild(shape84_1);
        this.bipedHead.addChild(shape87_1);
        this.bipedHead.addChild(shape81_1);
        this.bipedHead.addChild(shape83_1);
        this.bipedHead.addChild(shape80_1);
        this.bipedHead.addChild(shape70_1);
        this.bipedHead.addChild(shape75_1);
        this.bipedHead.addChild(shape74_1);
        this.bipedHead.addChild(shape76_1);
        this.bipedHead.addChild(shape79_1);
        this.bipedHead.addChild(shape69_1);
        this.bipedHead.addChild(shape77_1);
        this.bipedHead.addChild(shape72_1);
        this.bipedHead.addChild(shape71_1);
        this.bipedHead.addChild(shape73_1);
        this.bipedHead.addChild(shape78_1);
        this.bipedHead.addChild(shape68_1);
        this.bipedHead.addChild(shape57_1);
        this.bipedHead.addChild(shape65_1);
        this.bipedHead.addChild(shape64_1);
        this.bipedHead.addChild(shape58_1);
        this.bipedHead.addChild(shape66_1);
        this.bipedHead.addChild(shape67_1);
        this.bipedHead.addChild(shape63_1);
        this.bipedHead.addChild(shape62_1);
        this.bipedHead.addChild(shape59_1);
        this.bipedHead.addChild(shape61_1);
        this.bipedHead.addChild(shape60_1);
        this.bipedHead.addChild(shape56_1);
        this.bipedHead.addChild(shape34_1);
        this.bipedHead.addChild(shape40_1);
        this.bipedHead.addChild(shape41_1);
        this.bipedHead.addChild(shape39_1);
        this.bipedHead.addChild(shape38_1);
        this.bipedHead.addChild(shape33_1);
        this.bipedHead.addChild(shape42_1);
        this.bipedHead.addChild(shape43_1);
        this.bipedHead.addChild(shape35_1);
        this.bipedHead.addChild(shape36_1);
        this.bipedHead.addChild(shape37_1);
        this.bipedHead.addChild(shape32_1);
        this.bipedHead.addChild(shape20_1);
        this.bipedHead.addChild(shape31_1);
        this.bipedHead.addChild(shape30_1);
        this.bipedHead.addChild(shape24_1);
        this.bipedHead.addChild(shape27_1);
        this.bipedHead.addChild(shape23_1);
        this.bipedHead.addChild(shape25_1);
        this.bipedHead.addChild(shape26_1);
        this.bipedHead.addChild(shape22_1);
        this.bipedHead.addChild(shape29_1);
        this.bipedHead.addChild(shape28_1);
        this.bipedHead.addChild(shape21_1);
        this.bipedHead.addChild(shape12_1);
        this.bipedHead.addChild(shape16_1);
        this.bipedHead.addChild(shape17_1);
        this.bipedHead.addChild(shape14_1);
        this.bipedHead.addChild(shape15_1);
        this.bipedHead.addChild(shape13_1);
        this.bipedHead.addChild(shape19_1);
        this.bipedHead.addChild(shape18_1);
        this.bipedHead.addChild(shape6_1);
        this.bipedHead.addChild(shape10_1);
        this.bipedHead.addChild(shape9_1);
        this.bipedHead.addChild(shape11_1);
        this.bipedHead.addChild(shape8_1);
        this.bipedHead.addChild(shape4_1);
        this.bipedHead.addChild(shape5_1);
        this.bipedHead.addChild(shape7_1);
        this.bipedHead.addChild(shape2_1);
        this.bipedHead.addChild(shape3_1);
        this.bipedHead.addChild(shape1_1);
        this.bipedRightArm.addChild(shape96_2);
        this.bipedRightArm.addChild(shape97_2);
        this.bipedRightArm.addChild(shape98_2);
        this.bipedRightArm.addChild(shape89_2);
        this.bipedRightArm.addChild(shape94_2);
        this.bipedRightArm.addChild(shape95_2);
        this.bipedRightArm.addChild(shape93_2);
        this.bipedRightArm.addChild(shape92_2);
        this.bipedRightArm.addChild(shape90_2);
        this.bipedRightArm.addChild(shape91_2);
        this.bipedRightArm.addChild(shape88_2);
        this.bipedRightArm.addChild(shape82_2);
        this.bipedRightArm.addChild(shape85_2);
        this.bipedRightArm.addChild(shape86_2);
        this.bipedRightArm.addChild(shape84_2);
        this.bipedRightArm.addChild(shape87_2);
        this.bipedRightArm.addChild(shape81_2);
        this.bipedRightArm.addChild(shape83_2);
        this.bipedRightArm.addChild(shape80_2);
        this.bipedRightArm.addChild(shape70_2);
        this.bipedRightArm.addChild(shape75_2);
        this.bipedRightArm.addChild(shape74_2);
        this.bipedRightArm.addChild(shape76_2);
        this.bipedRightArm.addChild(shape79_2);
        this.bipedRightArm.addChild(shape69_2);
        this.bipedRightArm.addChild(shape77_2);
        this.bipedRightArm.addChild(shape72_2);
        this.bipedRightArm.addChild(shape71_2);
        this.bipedRightArm.addChild(shape73_2);
        this.bipedRightArm.addChild(shape78_2);
        this.bipedRightArm.addChild(shape68_2);
        this.bipedRightArm.addChild(shape57_2);
        this.bipedRightArm.addChild(shape65_2);
        this.bipedRightArm.addChild(shape64_2);
        this.bipedRightArm.addChild(shape58_2);
        this.bipedRightArm.addChild(shape66_2);
        this.bipedRightArm.addChild(shape67_2);
        this.bipedRightArm.addChild(shape63_2);
        this.bipedRightArm.addChild(shape62_2);
        this.bipedRightArm.addChild(shape59_2);
        this.bipedRightArm.addChild(shape61_2);
        this.bipedRightArm.addChild(shape60_2);
        this.bipedRightArm.addChild(shape56_2);
        this.bipedRightArm.addChild(shape34_2);
        this.bipedRightArm.addChild(shape40_2);
        this.bipedRightArm.addChild(shape41_2);
        this.bipedRightArm.addChild(shape39_2);
        this.bipedRightArm.addChild(shape38_2);
        this.bipedRightArm.addChild(shape33_2);
        this.bipedRightArm.addChild(shape42_2);
        this.bipedRightArm.addChild(shape43_2);
        this.bipedRightArm.addChild(shape35_2);
        this.bipedRightArm.addChild(shape36_2);
        this.bipedRightArm.addChild(shape37_2);
        this.bipedRightArm.addChild(shape32_2);
        this.bipedRightArm.addChild(shape20_2);
        this.bipedRightArm.addChild(shape31_2);
        this.bipedRightArm.addChild(shape30_2);
        this.bipedRightArm.addChild(shape24_2);
        this.bipedRightArm.addChild(shape27_2);
        this.bipedRightArm.addChild(shape23_2);
        this.bipedRightArm.addChild(shape25_2);
        this.bipedRightArm.addChild(shape26_2);
        this.bipedRightArm.addChild(shape22_2);
        this.bipedRightArm.addChild(shape29_2);
        this.bipedRightArm.addChild(shape28_2);
        this.bipedRightArm.addChild(shape21_2);
        this.bipedRightArm.addChild(shape12_2);
        this.bipedRightArm.addChild(shape16_2);
        this.bipedRightArm.addChild(shape17_2);
        this.bipedRightArm.addChild(shape14_2);
        this.bipedRightArm.addChild(shape15_2);
        this.bipedRightArm.addChild(shape13_2);
        this.bipedRightArm.addChild(shape19_2);
        this.bipedRightArm.addChild(shape18_2);
        this.bipedRightArm.addChild(shape6_2);
        this.bipedRightArm.addChild(shape10_2);
        this.bipedRightArm.addChild(shape9_2);
        this.bipedRightArm.addChild(shape11_2);
        this.bipedRightArm.addChild(shape8_2);
        this.bipedRightArm.addChild(shape4_2);
        this.bipedRightArm.addChild(shape5_2);
        this.bipedRightArm.addChild(shape7_2);
        this.bipedRightArm.addChild(shape2_2);
        this.bipedRightArm.addChild(shape3_2);
        this.bipedRightArm.addChild(shape1_2);

        GL11.glDisable(GL11.GL_BLEND);
        GL11.glPopMatrix();
        
        
        // */
    }

    @Override
    public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5) { 
        
   	 this.setRotationAngles(f, f1, f2, f3, f4, f5, entity);

    	(handle01).render(f5);
        (handle02).render(f5);
        (handle03).render(f5);
        (handle04).render(f5);
        (handle05).render(f5);
        (handle06).render(f5);
        (handle07).render(f5);
        (handle08).render(f5);
        (handle09).render(f5);
        (handle10).render(f5);
        (handle11).render(f5);
        (handle12).render(f5);
        (handle13).render(f5);
        (handle14).render(f5);
        (handle15).render(f5);
        (handle16).render(f5);
        (handle17).render(f5);
        (handle18).render(f5);
        (handle19).render(f5);
        (handle20).render(f5);
    	
    	(ArmorHelmed1).render(f5);
        (ArmorChest1).render(f5);
        (ArmorLegLeft1).render(f5);
        (ArmorLegRight1).render(f5);
        (ArmorRightArm1).render(f5);
        (ArmorLeftArm1).render(f5);
        (ArmorBootsRight).render(f5);
        (ArmorBootsLeft).render(f5);
        (ArmorHelmed2).render(f5);
        (ArmorHelmed3).render(f5);
        (innerPart28).render(f5);
        (innerPart22).render(f5);
        (innerPart25).render(f5);
        (innerPart26).render(f5);
        (innerPart24).render(f5);
        (innerPart27).render(f5);
        (innerPart21).render(f5);
        (innerPart20).render(f5);
        (innerPart23).render(f5);
        (innerPart17).render(f5);
        (innerPart19).render(f5);
        (innerPart18).render(f5);
        (innerPart16).render(f5);
        (innerPart14).render(f5);
        (innerPart12).render(f5);
        (innerPart15).render(f5);
        (innerPart13).render(f5);
        (innerPart10).render(f5);
        (innerPart9).render(f5);
        (innerPart11).render(f5);
        (innerPart8).render(f5);
        (innerPart6).render(f5);
        (innerPart7).render(f5);
        (innerPart5).render(f5);
        (innerPart2).render(f5);
        (innerPart1).render(f5);
        (innerPart3).render(f5);
        (innerPart4).render(f5);
        (innerPart32).render(f5);
        (innerPart33).render(f5);
        (innerPart34).render(f5);
        (innerPart35).render(f5);
        (innerPart31).render(f5);
        (innerPart29).render(f5);
        (innerPart30).render(f5);
        (innerPart40).render(f5);
        (innerPart41).render(f5);
        (innerPart43).render(f5);
        (innerPart42).render(f5);
        (innerPart36).render(f5);
        (innerPart38).render(f5);
        (innerPart39).render(f5);
        (innerPart37).render(f5);
        (innerPart50).render(f5);
        (innerPart46).render(f5);
        (innerPart44).render(f5);
        (innerPart45).render(f5);
        (innerPart47).render(f5);
        (innerPart52).render(f5);
        (innerPart51).render(f5);
        (innerPart48).render(f5);
        (innerPart54).render(f5);
        (innerPart53).render(f5);
        (innerPart55).render(f5);
        (innerPart58).render(f5);
        (innerPart56).render(f5);
        (innerPart57).render(f5);
        (innerPart60).render(f5);
        (innerPart63).render(f5);
        (innerPart59).render(f5);
        (innerPart61).render(f5);
        (innerPart62).render(f5);
        (ring01).render(f5);
        (ring02).render(f5);
        (ring03).render(f5);
        (ring04).render(f5);
        (ring05).render(f5);
        (ring06).render(f5);
        (ring07).render(f5);
        (ring08).render(f5);
        (ring09).render(f5);
        (ring10).render(f5);
        (ring11).render(f5);
        (Ring12).render(f5);
        (core).render(f5);
        (innerPart28_1).render(f5);
        (innerPart22_1).render(f5);
        (innerPart25_1).render(f5);
        (innerPart26_1).render(f5);
        (innerPart24_1).render(f5);
        (innerPart27_1).render(f5);
        (innerPart21_1).render(f5);
        (innerPart20_1).render(f5);
        (innerPart23_1).render(f5);
        (innerPart17_1).render(f5);
        (innerPart19_1).render(f5);
        (innerPart18_1).render(f5);
        (innerPart16_1).render(f5);
        (innerPart14_1).render(f5);
        (innerPart12_1).render(f5);
        (innerPart15_1).render(f5);
        (innerPart13_1).render(f5);
        (innerPart10_1).render(f5);
        (innerPart9_1).render(f5);
        (innerPart11_1).render(f5);
        (innerPart8_1).render(f5);
        (innerPart6_1).render(f5);
        (innerPart7_1).render(f5);
        (innerPart5_1).render(f5);
        (innerPart2_1).render(f5);
        (innerPart1_1).render(f5);
        (innerPart3_1).render(f5);
        (innerPart4_1).render(f5);
        (innerPart32_1).render(f5);
        (innerPart33_1).render(f5);
        (innerPart34_1).render(f5);
        (innerPart35_1).render(f5);
        (innerPart31_1).render(f5);
        (innerPart29_1).render(f5);
        (innerPart30_1).render(f5);
        (innerPart40_1).render(f5);
        (innerPart41_1).render(f5);
        (innerPart43_1).render(f5);
        (innerPart42_1).render(f5);
        (innerPart36_1).render(f5);
        (innerPart38_1).render(f5);
        (innerPart39_1).render(f5);
        (innerPart37_1).render(f5);
        (innerPart50_1).render(f5);
        (innerPart46_1).render(f5);
        (innerPart44_1).render(f5);
        (innerPart45_1).render(f5);
        (innerPart47_1).render(f5);
        (innerPart52_1).render(f5);
        (innerPart51_1).render(f5);
        (innerPart48_1).render(f5);
        (innerPart54_1).render(f5);
        (innerPart53_1).render(f5);
        (innerPart55_1).render(f5);
        (innerPart58_1).render(f5);
        (innerPart56_1).render(f5);
        (innerPart57_1).render(f5);
        (innerPart60_1).render(f5);
        (innerPart63_1).render(f5);
        (innerPart59_1).render(f5);
        (innerPart61_1).render(f5);
        (innerPart62_1).render(f5);
        (ring01_1).render(f5);
        (ring02_1).render(f5);
        (ring03_1).render(f5);
        (ring04_1).render(f5);
        (ring05_1).render(f5);
        (ring06_1).render(f5);
        (ring07_1).render(f5);
        (ring08_1).render(f5);
        (ring09_1).render(f5);
        (ring10_1).render(f5);
        (ring11_1).render(f5);
        (Ring12_1).render(f5);
        (core_1).render(f5);
        (innerPart28_2).render(f5);
        (innerPart22_2).render(f5);
        (innerPart25_2).render(f5);
        (innerPart26_2).render(f5);
        (innerPart24_2).render(f5);
        (innerPart27_2).render(f5);
        (innerPart21_2).render(f5);
        (innerPart20_2).render(f5);
        (innerPart23_2).render(f5);
        (innerPart17_2).render(f5);
        (innerPart19_2).render(f5);
        (innerPart18_2).render(f5);
        (innerPart16_2).render(f5);
        (innerPart14_2).render(f5);
        (innerPart12_2).render(f5);
        (innerPart15_2).render(f5);
        (innerPart13_2).render(f5);
        (innerPart10_2).render(f5);
        (innerPart9_2).render(f5);
        (innerPart11_2).render(f5);
        (innerPart8_2).render(f5);
        (innerPart6_2).render(f5);
        (innerPart7_2).render(f5);
        (innerPart5_2).render(f5);
        (innerPart2_2).render(f5);
        (innerPart1_2).render(f5);
        (innerPart3_2).render(f5);
        (innerPart4_2).render(f5);
        (innerPart32_2).render(f5);
        (innerPart33_2).render(f5);
        (innerPart34_2).render(f5);
        (innerPart35_2).render(f5);
        (innerPart31_2).render(f5);
        (innerPart29_2).render(f5);
        (innerPart30_2).render(f5);
        (innerPart40_2).render(f5);
        (innerPart41_2).render(f5);
        (innerPart43_2).render(f5);
        (innerPart42_2).render(f5);
        (innerPart36_2).render(f5);
        (innerPart38_2).render(f5);
        (innerPart39_2).render(f5);
        (innerPart37_2).render(f5);
        (innerPart50_2).render(f5);
        (innerPart46_2).render(f5);
        (innerPart44_2).render(f5);
        (innerPart45_2).render(f5);
        (innerPart47_2).render(f5);
        (innerPart52_2).render(f5);
        (innerPart51_2).render(f5);
        (innerPart48_2).render(f5);
        (innerPart54_2).render(f5);
        (innerPart53_2).render(f5);
        (innerPart55_2).render(f5);
        (innerPart58_2).render(f5);
        (innerPart56_2).render(f5);
        (innerPart57_2).render(f5);
        (innerPart60_2).render(f5);
        (innerPart63_2).render(f5);
        (innerPart59_2).render(f5);
        (innerPart61_2).render(f5);
        (innerPart62_2).render(f5);
        (ring01_2).render(f5);
        (ring02_2).render(f5);
        (ring03_2).render(f5);
        (ring04_2).render(f5);
        (ring05_2).render(f5);
        (ring06_2).render(f5);
        (ring07_2).render(f5);
        (ring08_2).render(f5);
        (ring09_2).render(f5);
        (ring10_2).render(f5);
        (ring11_2).render(f5);
        (Ring12_2).render(f5);
        (core_2).render(f5);
    	
    	
    	GL11.glPushMatrix();
        GL11.glEnable(GL11.GL_BLEND);
    	GL11.glBlendFunc(GL11.GL_SRC_ALPHA, GL11.GL_ONE_MINUS_SRC_ALPHA);
    	(shape96).render(f5);
        (shape97).render(f5);
        (shape98).render(f5);
        (shape89).render(f5);
        (shape94).render(f5);
        (shape95).render(f5);
        (shape93).render(f5);
        (shape92).render(f5);
        (shape90).render(f5);
        (shape91).render(f5);
        (shape88).render(f5);
        (shape82).render(f5);
        (shape85).render(f5);
        (shape86).render(f5);
        (shape84).render(f5);
        (shape87).render(f5);
        (shape81).render(f5);
        (shape83).render(f5);
        (shape80).render(f5);
        (shape70).render(f5);
        (shape75).render(f5);
        (shape74).render(f5);
        (shape76).render(f5);
        (shape79).render(f5);
        (shape69).render(f5);
        (shape77).render(f5);
        (shape72).render(f5);
        (shape71).render(f5);
        (shape73).render(f5);
        (shape78).render(f5);
        (shape68).render(f5);
        (shape57).render(f5);
        (shape65).render(f5);
        (shape64).render(f5);
        (shape58).render(f5);
        (shape66).render(f5);
        (shape67).render(f5);
        (shape63).render(f5);
        (shape62).render(f5);
        (shape59).render(f5);
        (shape61).render(f5);
        (shape60).render(f5);
        (shape56).render(f5);
        (shape34).render(f5);
        (shape40).render(f5);
        (shape41).render(f5);
        (shape39).render(f5);
        (shape38).render(f5);
        (shape33).render(f5);
        (shape42).render(f5);
        (shape43).render(f5);
        (shape35).render(f5);
        (shape36).render(f5);
        (shape37).render(f5);
        (shape32).render(f5);
        (shape20).render(f5);
        (shape31).render(f5);
        (shape30).render(f5);
        (shape24).render(f5);
        (shape27).render(f5);
        (shape23).render(f5);
        (shape25).render(f5);
        (shape26).render(f5);
        (shape22).render(f5);
        (shape29).render(f5);
        (shape28).render(f5);
        (shape21).render(f5);
        (shape12).render(f5);
        (shape16).render(f5);
        (shape17).render(f5);
        (shape14).render(f5);
        (shape15).render(f5);
        (shape13).render(f5);
        (shape19).render(f5);
        (shape18).render(f5);
        (shape6).render(f5);
        (shape10).render(f5);
        (shape9).render(f5);
        (shape11).render(f5);
        (shape8).render(f5);
        (shape4).render(f5);
        (shape5).render(f5);
        (shape7).render(f5);
        (shape2).render(f5);
        (shape3).render(f5);
        (shape1).render(f5);
        (shape96_1).render(f5);
        (shape97_1).render(f5);
        (shape98_1).render(f5);
        (shape89_1).render(f5);
        (shape94_1).render(f5);
        (shape95_1).render(f5);
        (shape93_1).render(f5);
        (shape92_1).render(f5);
        (shape90_1).render(f5);
        (shape91_1).render(f5);
        (shape88_1).render(f5);
        (shape82_1).render(f5);
        (shape85_1).render(f5);
        (shape86_1).render(f5);
        (shape84_1).render(f5);
        (shape87_1).render(f5);
        (shape81_1).render(f5);
        (shape83_1).render(f5);
        (shape80_1).render(f5);
        (shape70_1).render(f5);
        (shape75_1).render(f5);
        (shape74_1).render(f5);
        (shape76_1).render(f5);
        (shape79_1).render(f5);
        (shape69_1).render(f5);
        (shape77_1).render(f5);
        (shape72_1).render(f5);
        (shape71_1).render(f5);
        (shape73_1).render(f5);
        (shape78_1).render(f5);
        (shape68_1).render(f5);
        (shape57_1).render(f5);
        (shape65_1).render(f5);
        (shape64_1).render(f5);
        (shape58_1).render(f5);
        (shape66_1).render(f5);
        (shape67_1).render(f5);
        (shape63_1).render(f5);
        (shape62_1).render(f5);
        (shape59_1).render(f5);
        (shape61_1).render(f5);
        (shape60_1).render(f5);
        (shape56_1).render(f5);
        (shape34_1).render(f5);
        (shape40_1).render(f5);
        (shape41_1).render(f5);
        (shape39_1).render(f5);
        (shape38_1).render(f5);
        (shape33_1).render(f5);
        (shape42_1).render(f5);
        (shape43_1).render(f5);
        (shape35_1).render(f5);
        (shape36_1).render(f5);
        (shape37_1).render(f5);
        (shape32_1).render(f5);
        (shape20_1).render(f5);
        (shape31_1).render(f5);
        (shape30_1).render(f5);
        (shape24_1).render(f5);
        (shape27_1).render(f5);
        (shape23_1).render(f5);
        (shape25_1).render(f5);
        (shape26_1).render(f5);
        (shape22_1).render(f5);
        (shape29_1).render(f5);
        (shape28_1).render(f5);
        (shape21_1).render(f5);
        (shape12_1).render(f5);
        (shape16_1).render(f5);
        (shape17_1).render(f5);
        (shape14_1).render(f5);
        (shape15_1).render(f5);
        (shape13_1).render(f5);
        (shape19_1).render(f5);
        (shape18_1).render(f5);
        (shape6_1).render(f5);
        (shape10_1).render(f5);
        (shape9_1).render(f5);
        (shape11_1).render(f5);
        (shape8_1).render(f5);
        (shape4_1).render(f5);
        (shape5_1).render(f5);
        (shape7_1).render(f5);
        (shape2_1).render(f5);
        (shape3_1).render(f5);
        (shape1_1).render(f5);
        (shape96_2).render(f5);
        (shape97_2).render(f5);
        (shape98_2).render(f5);
        (shape89_2).render(f5);
        (shape94_2).render(f5);
        (shape95_2).render(f5);
        (shape93_2).render(f5);
        (shape92_2).render(f5);
        (shape90_2).render(f5);
        (shape91_2).render(f5);
        (shape88_2).render(f5);
        (shape82_2).render(f5);
        (shape85_2).render(f5);
        (shape86_2).render(f5);
        (shape84_2).render(f5);
        (shape87_2).render(f5);
        (shape81_2).render(f5);
        (shape83_2).render(f5);
        (shape80_2).render(f5);
        (shape70_2).render(f5);
        (shape75_2).render(f5);
        (shape74_2).render(f5);
        (shape76_2).render(f5);
        (shape79_2).render(f5);
        (shape69_2).render(f5);
        (shape77_2).render(f5);
        (shape72_2).render(f5);
        (shape71_2).render(f5);
        (shape73_2).render(f5);
        (shape78_2).render(f5);
        (shape68_2).render(f5);
        (shape57_2).render(f5);
        (shape65_2).render(f5);
        (shape64_2).render(f5);
        (shape58_2).render(f5);
        (shape66_2).render(f5);
        (shape67_2).render(f5);
        (shape63_2).render(f5);
        (shape62_2).render(f5);
        (shape59_2).render(f5);
        (shape61_2).render(f5);
        (shape60_2).render(f5);
        (shape56_2).render(f5);
        (shape34_2).render(f5);
        (shape40_2).render(f5);
        (shape41_2).render(f5);
        (shape39_2).render(f5);
        (shape38_2).render(f5);
        (shape33_2).render(f5);
        (shape42_2).render(f5);
        (shape43_2).render(f5);
        (shape35_2).render(f5);
        (shape36_2).render(f5);
        (shape37_2).render(f5);
        (shape32_2).render(f5);
        (shape20_2).render(f5);
        (shape31_2).render(f5);
        (shape30_2).render(f5);
        (shape24_2).render(f5);
        (shape27_2).render(f5);
        (shape23_2).render(f5);
        (shape25_2).render(f5);
        (shape26_2).render(f5);
        (shape22_2).render(f5);
        (shape29_2).render(f5);
        (shape28_2).render(f5);
        (shape21_2).render(f5);
        (shape12_2).render(f5);
        (shape16_2).render(f5);
        (shape17_2).render(f5);
        (shape14_2).render(f5);
        (shape15_2).render(f5);
        (shape13_2).render(f5);
        (shape19_2).render(f5);
        (shape18_2).render(f5);
        (shape6_2).render(f5);
        (shape10_2).render(f5);
        (shape9_2).render(f5);
        (shape11_2).render(f5);
        (shape8_2).render(f5);
        (shape4_2).render(f5);
        (shape5_2).render(f5);
        (shape7_2).render(f5);
        (shape2_2).render(f5);
        (shape3_2).render(f5);
        (shape1_2).render(f5);
        GL11.glDisable(GL11.GL_BLEND);
        GL11.glPopMatrix();
    	// */
    }

    /**
     * This is a helper function from Tabula to set the rotation of model parts
     */
    public void setRotateAngle(ModelRenderer modelRenderer, float x, float y, float z) {
        modelRenderer.rotateAngleX = x;
        modelRenderer.rotateAngleY = y;
        modelRenderer.rotateAngleZ = z;
    }
}

 

Problem is that the Armor parts don't use the parend/child function. That results in (as you can see) not moving with the player. Any Ideas?

Link to comment
Share on other sites

Maybe if I would rewrite the entire 'setRotationAngles' method I could get where I want to be, but the method is to advanced for me. So if anyone has a fix or knowlage of how minecraft renders armor and want to help me please reply, because I have no idea on how to do this.

 

Here is the code for the 'setRotationAngles' method in minecraft:

public void setRotationAngles(float p_78087_1_, float p_78087_2_, float p_78087_3_, float p_78087_4_, float p_78087_5_, float p_78087_6_, Entity p_78087_7_)
    {
        this.bipedHead.rotateAngleY = p_78087_4_ / (180F / (float)Math.PI);
        this.bipedHead.rotateAngleX = p_78087_5_ / (180F / (float)Math.PI);
        this.bipedHeadwear.rotateAngleY = this.bipedHead.rotateAngleY;
        this.bipedHeadwear.rotateAngleX = this.bipedHead.rotateAngleX;
        this.bipedRightArm.rotateAngleX = MathHelper.cos(p_78087_1_ * 0.6662F + (float)Math.PI) * 2.0F * p_78087_2_ * 0.5F;
        this.bipedLeftArm.rotateAngleX = MathHelper.cos(p_78087_1_ * 0.6662F) * 2.0F * p_78087_2_ * 0.5F;
        this.bipedRightArm.rotateAngleZ = 0.0F;
        this.bipedLeftArm.rotateAngleZ = 0.0F;
        this.bipedRightLeg.rotateAngleX = MathHelper.cos(p_78087_1_ * 0.6662F) * 1.4F * p_78087_2_;
        this.bipedLeftLeg.rotateAngleX = MathHelper.cos(p_78087_1_ * 0.6662F + (float)Math.PI) * 1.4F * p_78087_2_;
        this.bipedRightLeg.rotateAngleY = 0.0F;
        this.bipedLeftLeg.rotateAngleY = 0.0F;

        if (this.isRiding)
        {
            this.bipedRightArm.rotateAngleX += -((float)Math.PI / 5F);
            this.bipedLeftArm.rotateAngleX += -((float)Math.PI / 5F);
            this.bipedRightLeg.rotateAngleX = -((float)Math.PI * 2F / 5F);
            this.bipedLeftLeg.rotateAngleX = -((float)Math.PI * 2F / 5F);
            this.bipedRightLeg.rotateAngleY = ((float)Math.PI / 10F);
            this.bipedLeftLeg.rotateAngleY = -((float)Math.PI / 10F);
        }

        if (this.heldItemLeft != 0)
        {
            this.bipedLeftArm.rotateAngleX = this.bipedLeftArm.rotateAngleX * 0.5F - ((float)Math.PI / 10F) * (float)this.heldItemLeft;
        }

        if (this.heldItemRight != 0)
        {
            this.bipedRightArm.rotateAngleX = this.bipedRightArm.rotateAngleX * 0.5F - ((float)Math.PI / 10F) * (float)this.heldItemRight;
        }

        this.bipedRightArm.rotateAngleY = 0.0F;
        this.bipedLeftArm.rotateAngleY = 0.0F;
        float f6;
        float f7;

        if (this.onGround > -9990.0F)
        {
            f6 = this.onGround;
            this.bipedBody.rotateAngleY = MathHelper.sin(MathHelper.sqrt_float(f6) * (float)Math.PI * 2.0F) * 0.2F;
            this.bipedRightArm.rotationPointZ = MathHelper.sin(this.bipedBody.rotateAngleY) * 5.0F;
            this.bipedRightArm.rotationPointX = -MathHelper.cos(this.bipedBody.rotateAngleY) * 5.0F;
            this.bipedLeftArm.rotationPointZ = -MathHelper.sin(this.bipedBody.rotateAngleY) * 5.0F;
            this.bipedLeftArm.rotationPointX = MathHelper.cos(this.bipedBody.rotateAngleY) * 5.0F;
            this.bipedRightArm.rotateAngleY += this.bipedBody.rotateAngleY;
            this.bipedLeftArm.rotateAngleY += this.bipedBody.rotateAngleY;
            this.bipedLeftArm.rotateAngleX += this.bipedBody.rotateAngleY;
            f6 = 1.0F - this.onGround;
            f6 *= f6;
            f6 *= f6;
            f6 = 1.0F - f6;
            f7 = MathHelper.sin(f6 * (float)Math.PI);
            float f8 = MathHelper.sin(this.onGround * (float)Math.PI) * -(this.bipedHead.rotateAngleX - 0.7F) * 0.75F;
            this.bipedRightArm.rotateAngleX = (float)((double)this.bipedRightArm.rotateAngleX - ((double)f7 * 1.2D + (double)f8));
            this.bipedRightArm.rotateAngleY += this.bipedBody.rotateAngleY * 2.0F;
            this.bipedRightArm.rotateAngleZ = MathHelper.sin(this.onGround * (float)Math.PI) * -0.4F;
        }

        if (this.isSneak)
        {
            this.bipedBody.rotateAngleX = 0.5F;
            this.bipedRightArm.rotateAngleX += 0.4F;
            this.bipedLeftArm.rotateAngleX += 0.4F;
            this.bipedRightLeg.rotationPointZ = 4.0F;
            this.bipedLeftLeg.rotationPointZ = 4.0F;
            this.bipedRightLeg.rotationPointY = 9.0F;
            this.bipedLeftLeg.rotationPointY = 9.0F;
            this.bipedHead.rotationPointY = 1.0F;
            this.bipedHeadwear.rotationPointY = 1.0F;
        }
        else
        {
            this.bipedBody.rotateAngleX = 0.0F;
            this.bipedRightLeg.rotationPointZ = 0.1F;
            this.bipedLeftLeg.rotationPointZ = 0.1F;
            this.bipedRightLeg.rotationPointY = 12.0F;
            this.bipedLeftLeg.rotationPointY = 12.0F;
            this.bipedHead.rotationPointY = 0.0F;
            this.bipedHeadwear.rotationPointY = 0.0F;
        }

        this.bipedRightArm.rotateAngleZ += MathHelper.cos(p_78087_3_ * 0.09F) * 0.05F + 0.05F;
        this.bipedLeftArm.rotateAngleZ -= MathHelper.cos(p_78087_3_ * 0.09F) * 0.05F + 0.05F;
        this.bipedRightArm.rotateAngleX += MathHelper.sin(p_78087_3_ * 0.067F) * 0.05F;
        this.bipedLeftArm.rotateAngleX -= MathHelper.sin(p_78087_3_ * 0.067F) * 0.05F;

        if (this.aimedBow)
        {
            f6 = 0.0F;
            f7 = 0.0F;
            this.bipedRightArm.rotateAngleZ = 0.0F;
            this.bipedLeftArm.rotateAngleZ = 0.0F;
            this.bipedRightArm.rotateAngleY = -(0.1F - f6 * 0.6F) + this.bipedHead.rotateAngleY;
            this.bipedLeftArm.rotateAngleY = 0.1F - f6 * 0.6F + this.bipedHead.rotateAngleY + 0.4F;
            this.bipedRightArm.rotateAngleX = -((float)Math.PI / 2F) + this.bipedHead.rotateAngleX;
            this.bipedLeftArm.rotateAngleX = -((float)Math.PI / 2F) + this.bipedHead.rotateAngleX;
            this.bipedRightArm.rotateAngleX -= f6 * 1.2F - f7 * 0.4F;
            this.bipedLeftArm.rotateAngleX -= f6 * 1.2F - f7 * 0.4F;
            this.bipedRightArm.rotateAngleZ += MathHelper.cos(p_78087_3_ * 0.09F) * 0.05F + 0.05F;
            this.bipedLeftArm.rotateAngleZ -= MathHelper.cos(p_78087_3_ * 0.09F) * 0.05F + 0.05F;
            this.bipedRightArm.rotateAngleX += MathHelper.sin(p_78087_3_ * 0.067F) * 0.05F;
            this.bipedLeftArm.rotateAngleX -= MathHelper.sin(p_78087_3_ * 0.067F) * 0.05F;
        }
    }[/Code]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, I want to add more memory to the RunClient gradle task. I added VM options into the configurations and put in "-Xms256m -Xmx2048m" but it doesn't work.
    • Hello, I'm trying to modify the effects of native enchantments for bows and arrows in Minecraft. After using a decompilation tool, I found that the specific implementations of native bow and arrow enchantments (including `ArrowDamageEnchantment`, `ArrowKnockbackEnchantment`, `ArrowFireEnchantment`, `ArrowInfiniteEnchantment`, `ArrowPiercingEnchantment`) do not contain any information about the enchantment effects (such as the `getDamageProtection` function for `ProtectionEnchantment`, `getDamageBonus` function for `DamageEnchantment`, etc.). Upon searching for the base class of arrows, `AbstractArrow`, I found a function named setEnchantmentEffectsFromEntity`, which seems to be used to retrieve the enchantment levels of the tool held by a `LivingEntity` and calculate the specific values of the enchantment effects. However, after testing with the following code, I found that this function is not being called:   @Mixin(AbstractArrow.class) public class ModifyArrowEnchantmentEffects {     private static final Logger LOGGER = LogUtils.getLogger();     @Inject(         method = "setEnchantmentEffectsFromEntity",         at = @At("HEAD")     )     private void logArrowEnchantmentEffectsFromEntity(CallbackInfo ci) {         LOGGER.info("Arrow enchantment effects from entity");     } }   Upon further investigation, I found that within the onHitEntity method, there are several lines of code:               if (!this.level().isClientSide && entity1 instanceof LivingEntity) {                EnchantmentHelper.doPostHurtEffects(livingentity, entity1);                EnchantmentHelper.doPostDamageEffects((LivingEntity)entity1, livingentity);             }   These lines of code actually call the doPostHurt and doPostAttack methods of each enchantment in the enchantment list. However, this leads back to the issue because native bow and arrow enchantments do not implement these functions. Although their base class defines the functions, they are empty. At this point, I'm completely stumped and seeking assistance. Thank you.
    • I have been trying to make a server with forge but I keep running into an issue. I have jdk 22 installed as well as Java 8. here is the debug file  
    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.