Now shows the heat of the multiblock

This commit is contained in:
modmuss50 2015-04-26 16:22:26 +01:00
parent d70038b77f
commit db62b7a8b8
4 changed files with 136 additions and 123 deletions

View file

@ -37,6 +37,7 @@ public class GuiBlastFurnace extends GuiContainer {
int p_146979_2_)
{
this.fontRendererObj.drawString("Blastfurnace", 60, 6, 4210752);
this.fontRendererObj.drawString(blastfurnace.getHeat() + " heat", 75, 20, 4210752);
this.fontRendererObj.drawString(
I18n.format("container.inventory", new Object[0]), 8,
this.ySize - 96 + 2, 4210752);