https://github.com/ORelio/Minecraft-Console-Client/issues/525: general 1.13 support (v393 protocol). Note that terrainandmovements might cause some issues

This commit is contained in:
TheSnoozer 2018-09-25 07:38:28 -04:00 committed by ORelio
parent a92d023450
commit aad3d8b2ef
6 changed files with 251 additions and 33 deletions

View file

@ -23,7 +23,7 @@ namespace MinecraftClient
public const string Version = MCHighestVersion;
public const string MCLowestVersion = "1.4.6";
public const string MCHighestVersion = "1.12.2";
public const string MCHighestVersion = "1.13";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;
@ -289,7 +289,7 @@ namespace MinecraftClient
/// <summary>
/// Disconnect the current client from the server and restart it
/// </summary>
/// <param name="delay">Optional delay, in seconds, before restarting</param>
/// <param name="delaySeconds">Optional delay, in seconds, before restarting</param>
public static void Restart(int delaySeconds = 0)
{
new Thread(new ThreadStart(delegate