private static ResourceLocation thermalPaddingTexture1;
public RenderPlayerBaseGC(RenderPlayerAPI renderPlayerAPI)
{
super(renderPlayerAPI);
this.modelThermalPadding = new ModelPlayer(0.25F);
this.modelThermalPaddingHelmet = new ModelPlayer(0.9F);
if (GalacticraftCore.isPlanetsLoaded)
{
thermalPaddingTexture0 = new ResourceLocation("galacticraftasteroids", "textures/misc/thermalPadding_0.png");
thermalPaddingTexture1 = new ResourceLocation("galacticraftasteroids", "textures/misc/thermalPadding_1.png");