Move version numbers, urls and certificate hash to build.gradle

This commit is contained in:
Marcel Konrad
2018-04-11 15:22:10 +02:00
parent e6f0fe4c4d
commit 1c353c664c
8 changed files with 30 additions and 27 deletions

View File

@@ -541,7 +541,7 @@ public class GuiWorldHandlerContainer extends Container
final int hexAlpha = (int) (0xFF * 0.2) << 24;
final int color = ConfigSkin.getLabelColor() + hexAlpha;
this.fontRenderer.drawString(Main.MC_VERSION + "-" + Main.VERSION, this.width - this.fontRenderer.getStringWidth(Main.MC_VERSION + "-" + Main.VERSION) - 2, this.height - 10, color);
this.fontRenderer.drawString("$mcversion-$version", this.width - this.fontRenderer.getStringWidth("$mcversion-$version") - 2, this.height - 10, color);
//TITLE