1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00
azalea/azalea-protocol
mat 8313952541 Simplify packet macro
Now every packet implements McBufWritable and McBufReadable and uses those so the code doesn't have to be duplicated.
2022-04-30 23:04:18 -05:00
..
packet-macros Simplify packet macro 2022-04-30 23:04:18 -05:00
src Simplify packet macro 2022-04-30 23:04:18 -05:00
Cargo.toml azalea_auth::encryption -> azalea_crypto 2022-04-30 21:30:45 -05:00
README.md significantly optimize reading Vec<u8> 2022-04-30 01:43:00 -05:00

Azalea Protocol

Sent and receive Minecraft packets. You should probably use azalea or azalea-client instead.

The goal is to only support the latest Minecraft version in order to ease development.

This is not yet complete, search for TODO in the code for things that need to be done.

Unfortunately, compiling the crate requires Rust nightly because specialization is not stable yet.