minecraft-protocol
minecraft-protocol copied to clipboard
Library for decoding and encoding Minecraft packets
Results
3
minecraft-protocol issues
Sort by
recently updated
recently updated
newest added
- Derive `Debug` for every struct. - Add missing `favicon` field for `ServerStatus`. - Add `Packet` struct to decode full packets.
## Motivation There are over 150 packets in Minecraft. The main disappointment in completing this crate is the implementation of game state packets . Things are getting much worse if...