stevenarella/protocol/src/protocol
iceiix 57da39bb79 Fix SpawnPainting parsing 1.13.2-1.14.4, closes #212 (#213)
The packet changed in 1.13.2 but wasn't updated, so we split the packet
variants into SpawnPainting_String for the old version and
SpawnPainting_VarInt for the new version with a 'motive' VarInt field
instead of a String title.

1.9-1.12.2 SpawnPainting_String: https://wiki.vg/index.php?title=Protocol&oldid=14204#Spawn_Painting
1.13.2-1.14.4 SpawnPainting_VarInt: https://wiki.vg/index.php?title=Protocol&oldid=14889#Spawn_Painting
2019-08-17 13:36:07 -07:00
..
versions Fix SpawnPainting parsing 1.13.2-1.14.4, closes #212 (#213) 2019-08-17 13:36:07 -07:00
forge.rs Use super:: relative instead of crate::protocol absolute import paths 2019-05-25 14:09:09 -07:00
mod.rs 1.14.4 protocol support (498) (#207) 2019-08-11 17:26:20 -07:00
mojang.rs Add support for compiling WebAssembly wasm32-unknown-unknown target (#92) 2019-03-03 08:32:36 -08:00
packet.rs Fix SpawnPainting parsing 1.13.2-1.14.4, closes #212 (#213) 2019-08-17 13:36:07 -07:00
versions.rs 1.14.4 protocol support (498) (#207) 2019-08-11 17:26:20 -07:00