mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implemented 1.20.1
Implemented 1.20.1
This commit is contained in:
commit
85210464a5
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue