mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add support for Minecraft 1.9
Currently no terrain handling but anything else should work. Related: #125
This commit is contained in:
parent
578a6170ef
commit
a82c6823af
3 changed files with 137 additions and 33 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue