azalea/azalea-buf
mat 431f9e90a7
Reauth on invalid session (#50)
* Reauth on invalid session

* fix to actually use new token and retry auth

* fix unused vars
2022-12-07 21:58:42 -06:00
..
azalea-buf-macros Reauth on invalid session (#50) 2022-12-07 21:58:42 -06:00
src 1.19.3 (#34) 2022-12-07 21:09:58 -06:00
Cargo.toml 1.19.3 (#34) 2022-12-07 21:09:58 -06:00
README.md Pathfinder (#25) 2022-11-12 23:54:05 -06:00

Azalea Buf

An implementation of Minecraft's FriendlyByteBuf. This is used frequently in the game for serialization and deserialization of data.

Note that there are some minor implementation differences such as using unsigned integers in places where Minecraft uses signed integers. This doesn't cause issues normally, but does technically make usage of azalea-buf detectable if a server really wants to since it won't error in places where vanilla Minecraft would.