mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Update to MC version 1.16.5 (#1417)
* Update to MC version 1.16.5 * Remove comments about protocol number
This commit is contained in:
parent
f20abb6fbc
commit
0cbe543c30
4 changed files with 12 additions and 9 deletions
|
|
@ -32,7 +32,7 @@ namespace MinecraftClient
|
|||
|
||||
public const string Version = MCHighestVersion;
|
||||
public const string MCLowestVersion = "1.4.6";
|
||||
public const string MCHighestVersion = "1.16.4";
|
||||
public const string MCHighestVersion = "1.16.5";
|
||||
public static readonly string BuildInfo = null;
|
||||
|
||||
private static Thread offlinePrompt = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue