Fixed compile error
This commit is contained in:
parent
47a466ef21
commit
6ab71cb612
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class GuiBlastFurnace extends GuiContainer {
|
|||
|
||||
if (containerBlastFurnace.heat == 0) {
|
||||
GuiUtil.drawTooltipBox(k + 30, l + 50 + 12 - 0, 114, 10);
|
||||
this.fontRendererObj.drawString(ModInfo.MISSING_MULTIBLOCK, k + 38, l + 52 + 12 - 0, -1);
|
||||
this.fontRendererObj.drawString(StatCollector.translateToLocal("techreborn.message.missingmultiblock"), k + 38, l + 52 + 12 - 0, -1);
|
||||
}
|
||||
|
||||
int j = 0;
|
||||
|
|
Loading…
Reference in a new issue