mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implement 1.12.1 protocol
This commit is contained in:
parent
933a02800a
commit
fd2e3d5797
3 changed files with 46 additions and 5 deletions
|
|
@ -20,9 +20,9 @@ namespace MinecraftClient
|
|||
private static McTcpClient Client;
|
||||
public static string[] startupargs;
|
||||
|
||||
public const string Version = "1.12.0 DEV";
|
||||
public const string Version = "1.12.1 DEV";
|
||||
public const string MCLowestVersion = "1.4.6";
|
||||
public const string MCHighestVersion = "1.12.0";
|
||||
public const string MCHighestVersion = "1.12.1";
|
||||
|
||||
private static Thread offlinePrompt = null;
|
||||
private static bool useMcVersionOnce = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue