mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added 1.19.3 packet palette. TODO: Implement changes in the protocol handler.
This commit is contained in:
parent
5677c4187c
commit
7a9bc7bd1d
6 changed files with 235 additions and 46 deletions
|
|
@ -62,6 +62,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
internal const int MC_1_18_2_Version = 758;
|
||||
internal const int MC_1_19_Version = 759;
|
||||
internal const int MC_1_19_2_Version = 760;
|
||||
internal const int MC_1_19_3_Version = 761;
|
||||
|
||||
private int compression_treshold = 0;
|
||||
private bool autocomplete_received = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue