Update version text

This commit is contained in:
noil 2020-12-08 14:31:24 -05:00
parent 27a101cf75
commit 451f7dc01d
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public final class GuiSeppukuMainMenu extends GuiScreen {
final String spash = "Welcome, " + mc.getSession().getUsername();
this.drawString(this.fontRenderer, spash, 1, res.getScaledHeight() - mc.fontRenderer.FONT_HEIGHT, -1);
final String version = ChatFormatting.GRAY + "Version " + SeppukuMod.VERSION + " for MC " + Minecraft.getMinecraft().getVersion();
final String version = ChatFormatting.GRAY + "Version " + SeppukuMod.VERSION + " for " + Minecraft.getMinecraft().getVersion();
this.drawString(this.fontRenderer, version, res.getScaledWidth() - mc.fontRenderer.getStringWidth(version) - 1, res.getScaledHeight() - mc.fontRenderer.FONT_HEIGHT, -1);
}