-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://wiki.vg/index.php?title=Protocol&oldid=16918 New and changed packets: * 1.17.1 packet id shifts, new clientbound packets * Add WindowPong new packet serverbound * Add Tags_Nested packet variant * Add TeleportPlayer_WithDismount packet variant * Add ChunkData_Biomes3D_Bitmasks packet variant * Add WindowItems_StateCarry variant, split WindowItems_i16 * Add WindowSetSlot_State packet variant * Add Explosion_VarInt packet variant * Add UpdateLight_Arrays variant * Add ResourcePackSend_Prompt variant * Add SpawnPosition_Angle variant * Add EntityProperties_VarIntVarInt variant, using VarInts in both fields * Add ClientSettings_Filtering variant * Add ClickWindow_State variant * Add EditBook packet variant * Fix many Particle packet variant definitions * server: handle TeleportPlayer_WithDismount * server: handle ChunkData_Biomes3D_Bitmasks * world: add num_sections to self.load_chunk19_or_115 * world: load_chunk19_to_117: accept 64-bit mask * metadata: add PoseData::LongJumping * protocol: update Cargo.lock for serde_json 1.0.130 * build: pin to wasm-pack 0.10.0
- Loading branch information
Showing
29 changed files
with
607 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.