mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add support for 1.16.4 (#1311)
This commit is contained in:
parent
0c3f774c07
commit
bea5161d6f
5 changed files with 11 additions and 8 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.3";
|
||||
public const string MCHighestVersion = "1.16.4";
|
||||
public static readonly string BuildInfo = null;
|
||||
|
||||
private static Thread offlinePrompt = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue