mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
In 1.21.5, two wire format changes in level chunk packets: 1. Heightmaps changed from NBT CompoundTag to map<VarInt, long[]> encoding 2. PalettedContainer data arrays no longer have VarInt length prefix (uses writeFixedSizeLongArray instead of writeLongArray) Both changes affect ChunkData (level_chunk_with_light) packet parsing. Without this fix, MCC crashes with "Queue empty" when processing chunks. Made-with: Cursor |
||
|---|---|---|
| .. | ||
| Handlers | ||
| Message | ||
| ProfileKey | ||
| Session | ||
| DataTypeGenerator.cs | ||
| EntityActionType.cs | ||
| GuidExtensions.cs | ||
| IMinecraftCom.cs | ||
| IMinecraftComHandler.cs | ||
| JwtPayloadDecode.cs | ||
| MicrosoftAuthentication.cs | ||
| MojangAPI.cs | ||
| PlayerInfo.cs | ||
| ProtocolHandler.cs | ||
| ProxiedWebRequest.cs | ||
| ReplayHandler.cs | ||