Cleanup and warnings

This commit is contained in:
drcrazy 2019-07-31 02:41:54 +03:00
parent d1178df673
commit 5406d08f5d
14 changed files with 29 additions and 49 deletions

View file

@ -72,7 +72,7 @@ public class GuiIronFurnace extends GuiBase {
@Override
protected void drawForeground(int mouseX, int mouseY) {
final String name = I18n.translate("blockEntity.techreborn.iron_furnace.name");
final String name = I18n.translate("block.techreborn.iron_furnace");
font.draw(name, containerWidth / 2 - font.getStringWidth(name) / 2, 6, 4210752);
font.draw(I18n.translate("container.inventory", new Object[0]), 8, containerHeight - 96 + 2, 4210752);