1.20.2 Implementation, not tested

This commit is contained in:
Anon 2023-11-15 15:42:27 +01:00
parent eb8ccc43d7
commit 4f957cee7e
10 changed files with 562 additions and 161 deletions

View file

@ -46,7 +46,7 @@ namespace MinecraftClient
public const string Version = MCHighestVersion;
public const string MCLowestVersion = "1.4.6";
public const string MCHighestVersion = "1.20.1";
public const string MCHighestVersion = "1.20.2";
public static readonly string? BuildInfo = null;
private static Tuple<Thread, CancellationTokenSource>? offlinePrompt = null;