Implemented 1.20.1

This commit is contained in:
Anon 2023-06-22 22:10:55 +02:00
parent 3f3f614640
commit 7c7b58e941
2 changed files with 2 additions and 1 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";
public const string MCHighestVersion = "1.20.1";
public static readonly string? BuildInfo = null;
private static Tuple<Thread, CancellationTokenSource>? offlinePrompt = null;

View file

@ -318,6 +318,7 @@ namespace MinecraftClient.Protocol
case "1.19.4":
return 762;
case "1.20":
case "1.20.1":
return 763;
default:
return 0;