1.14.1 support

This commit is contained in:
xdavidwu 2019-05-14 11:28:18 +08:00 committed by ORelio
parent 4c1640bc5b
commit f99fb5886b
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";
public const string MCHighestVersion = "1.14.1";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;