Add 1.14.3 support

This commit is contained in:
Sheldon Rupp 2019-07-02 18:35:01 +02:00 committed by ORelio
parent e7c664648e
commit 81261c96f2
2 changed files with 4 additions and 2 deletions

View file

@ -30,7 +30,7 @@ namespace MinecraftClient
public const string Version = MCHighestVersion;
public const string MCLowestVersion = "1.4.6";
public const string MCHighestVersion = "1.14.2";
public const string MCHighestVersion = "1.14.3";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;