Implement 1.12.1 protocol

This commit is contained in:
Pokechu22 2017-08-01 10:34:16 -07:00 committed by ORelio
parent 933a02800a
commit fd2e3d5797
3 changed files with 46 additions and 5 deletions

View file

@ -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;