mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
1.19.3 PlayerRemove & Explosion packet
This commit is contained in:
parent
052060b23c
commit
e0294f1beb
2 changed files with 1587 additions and 1575 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -264,9 +264,7 @@ namespace MinecraftClient.Protocol.Handlers
|
||||||
|
|
||||||
int[] palette = new int[paletteLength];
|
int[] palette = new int[paletteLength];
|
||||||
for (int i = 0; i < paletteLength; i++)
|
for (int i = 0; i < paletteLength; i++)
|
||||||
{
|
|
||||||
palette[i] = dataTypes.ReadNextVarInt(cache);
|
palette[i] = dataTypes.ReadNextVarInt(cache);
|
||||||
}
|
|
||||||
|
|
||||||
// Bit mask covering bitsPerBlock bits
|
// Bit mask covering bitsPerBlock bits
|
||||||
// EG, if bitsPerBlock = 5, valueMask = 00011111 in binary
|
// EG, if bitsPerBlock = 5, valueMask = 00011111 in binary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue