Add support for Minecraft 1.9

Currently no terrain handling but anything else should work.

Related: #125
This commit is contained in:
ORelio 2016-03-05 19:12:43 +01:00
parent 578a6170ef
commit a82c6823af
3 changed files with 137 additions and 33 deletions

View file

@ -34,6 +34,9 @@ namespace MinecraftClient.Protocol.Handlers
this.c = Client;
this.protocolversion = ProtocolVersion;
this.handler = Handler;
if (Settings.TerrainAndMovements)
ConsoleIO.WriteLineFormatted("§8Terrain & Movements currently not handled for that MC version.");
}
private Protocol16Handler(TcpClient Client)