mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implemented 1.19.4, first pass, light testing
This commit is contained in:
parent
e44ade8688
commit
5d4ea515a7
6 changed files with 250 additions and 9 deletions
|
|
@ -46,7 +46,7 @@ namespace MinecraftClient
|
|||
|
||||
public const string Version = MCHighestVersion;
|
||||
public const string MCLowestVersion = "1.4.6";
|
||||
public const string MCHighestVersion = "1.19.3";
|
||||
public const string MCHighestVersion = "1.19.4";
|
||||
public static readonly string? BuildInfo = null;
|
||||
|
||||
private static Tuple<Thread, CancellationTokenSource>? offlinePrompt = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue