mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
MC 1.14 Basic/Chat support (#703)
Implement MC 1.14 baseline protocol support Terrain and movements not supported yet for 1.14
This commit is contained in:
parent
a6e660c974
commit
295d6546b8
6 changed files with 112 additions and 52 deletions
|
|
@ -38,9 +38,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
if (Handler.GetTerrainEnabled())
|
||||
{
|
||||
ConsoleIO.WriteLineFormatted("§8Terrain & Movements currently not handled for that MC version.");
|
||||
// Re-enable terrain on next relog on a supported server version
|
||||
Handler.SetTerrainEnabled(false);
|
||||
Handler.SetTerrainEnabled(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue