stevenarella/protocol/src
iceiix cfcc7d2a1f
1.17.1 (756) protocol (#605)
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
2021-09-05 13:30:32 -07:00
..
nbt Use `matches!` for bool match (clippy match_like_matches_macro) 2020-10-10 16:22:46 -07:00
protocol 1.17.1 (756) protocol (#605) 2021-09-05 13:30:32 -07:00
types 1.17.1 (756) protocol (#605) 2021-09-05 13:30:32 -07:00
format.rs protocol: fix panic in chat formatting, closes #505 (#506) 2021-03-03 19:28:43 -08:00
item.rs protocol/item: update to support protocol_version >= 404 (1.13.2+) (#524) 2021-03-25 08:21:25 -07:00
lib.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00
macros.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00