Cleanup and warnings
This commit is contained in:
parent
d1178df673
commit
5406d08f5d
14 changed files with 29 additions and 49 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue