public static boolean flagThermalOverride = false;
public RenderPlayerGC()
{
super();
this.mainModel = new ModelPlayerGC(0.0F);
this.modelBipedMain = (ModelPlayerGC) this.mainModel;
this.modelArmorChestplate = new ModelPlayerGC(1.0F);
this.modelArmor = new ModelPlayerGC(0.5F);
this.modelThermalPadding = new ModelPlayerGC(0.25F);
this.modelThermalPaddingHelmet = new ModelPlayerGC(0.9F);
if (GalacticraftCore.isPlanetsLoaded)
{
RenderPlayerGC.thermalPaddingTexture0 = new ResourceLocation("galacticraftasteroids", "textures/misc/thermalPadding_0.png");
RenderPlayerGC.thermalPaddingTexture1 = new ResourceLocation("galacticraftasteroids", "textures/misc/thermalPadding_1.png");