Added 1.16(.1) support

This commit is contained in:
Bas950 2020-06-27 16:48:46 +02:00
parent a579b453b0
commit d06f14d055
3 changed files with 12 additions and 5 deletions

View file

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