"Your Minecraft community in a new dimension!", x, y);
}
GL11.glDisable(2896 /*GL_LIGHTING*/);
GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
Minecraft.getMinecraft().getTextureManager().bindTexture(new ResourceLocation("gui/gui.png"));
RenderUtil.drawTexturedModalRectangle(this.width - 14, getInvertedScaledHeight(this.height), 0, 208, 16, 16, 0f);
GL11.glDisable(2912 /*GL_FOG*/);
GL11.glDisable(2929 /*GL_DEPTH_TEST*/);
this.overlayBackground(0, 30, 255, 255);
this.overlayBackground(this.height - 50, this.height, 255, 255);
drawCenteredString(this.fontRenderer, "About", this.width / 2, 16, 0xffffff);
Minecraft.getMinecraft().getTextureManager().bindTexture(new ResourceLocation("textures/gui/title/mojang.png"));
GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
GL11.glPushMatrix();
GL11.glTranslatef((0.0325f * this.width), (this.height - 40), 0);
GL11.glScalef(0.4f, 0.4f, 0.4f);
this.drawTexturedModalRect(0, 0, 0, 0, 155, 44);