Baseline protocol changes for 1.16.210

this is not a complete changeset, but it's sufficient to get servers back online.
There are additional changes to PlayerAuthInputPacket which need to be reversed.
This commit is contained in:
Dylan K. Taylor
2021-03-12 21:41:48 +00:00
parent 5b8166c1f0
commit 4816a66fb8
19 changed files with 375 additions and 72 deletions

View File

@ -194,6 +194,7 @@ class PacketPool{
static::registerPacket(new CorrectPlayerMovePredictionPacket());
static::registerPacket(new ItemComponentPacket());
static::registerPacket(new FilterTextPacket());
static::registerPacket(new ClientboundDebugRendererPacket());
}
/**