Skip to content

Instantly share code, notes, and snippets.

@invalidCards
Created June 17, 2015 11:14
Show Gist options
  • Save invalidCards/1ba69d8b3ef136289527 to your computer and use it in GitHub Desktop.
Save invalidCards/1ba69d8b3ef136289527 to your computer and use it in GitHub Desktop.
protected void drawGuiContainerForegroundLayer(int mouseX, int mouseY)
{
this.fontRendererObj.drawString(I18n.format("container.upgrader"), 65, 6, 4210752);
this.fontRendererObj.drawString(I18n.format("container.upgrader.gemstone"), 5, 21, 4210752);
this.fontRendererObj.drawString(I18n.format("container.upgrader.equipment"), 5, 57, 4210752);
this.fontRendererObj.drawString(I18n.format("container.inventory"), 8, this.ySize - 96 + 2, 4210752);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment