1.19.3 PlayerRemove & Explosion packet

This commit is contained in:
BruceChen 2023-01-14 15:55:40 +08:00
parent 052060b23c
commit e0294f1beb
2 changed files with 1587 additions and 1575 deletions

File diff suppressed because it is too large Load diff

View file

@ -264,9 +264,7 @@ namespace MinecraftClient.Protocol.Handlers
int[] palette = new int[paletteLength];
for (int i = 0; i < paletteLength; i++)
{
palette[i] = dataTypes.ReadNextVarInt(cache);
}
// Bit mask covering bitsPerBlock bits
// EG, if bitsPerBlock = 5, valueMask = 00011111 in binary