Added 1.19.3 packet palette. TODO: Implement changes in the protocol handler.

This commit is contained in:
Milutinke 2022-12-17 18:25:21 +01:00
parent 5677c4187c
commit 7a9bc7bd1d
6 changed files with 235 additions and 46 deletions

View file

@ -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;