Fixed platecuttingmachine gui name
This commit is contained in:
parent
67e97707ff
commit
4e551abb8f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class GuiPlateCuttingMachine extends GuiContainer {
|
|||
protected void drawGuiContainerForegroundLayer(int p_146979_1_,
|
||||
int p_146979_2_)
|
||||
{
|
||||
this.fontRendererObj.drawString(StatCollector.translateToLocal("tile.techreborn.lathe.name"), 60, 6, 4210752);
|
||||
this.fontRendererObj.drawString(StatCollector.translateToLocal("tile.techreborn.platecuttingmachine.name"), 60, 6, 4210752);
|
||||
this.fontRendererObj.drawString(
|
||||
I18n.format("container.inventory", new Object[0]), 8,
|
||||
this.ySize - 96 + 2, 4210752);
|
||||
|
|
Loading…
Reference in a new issue