index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-protocol
/
src
/
packets
/
game
/
clientbound_update_recipes_packet.rs
Age
Commit message (
Expand
)
Author
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-23
1.21.2 (#171)
mat
2024-04-23
1.20.5 (#127)
mat
2023-12-05
1.20.3 (#110)
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-08-22
fix writing ClientboundUpdateRecipesPacket
mat
2023-07-14
Mining (#95)
mat
2023-05-04
merge main
mat
2023-05-03
Inventory (#48)
mat
2023-03-30
remove legacy smithing recipe serializer
mat
2023-03-23
rename Tag to Nbt
mat
2023-03-14
1.19.4 (#57)
mat
2023-03-14
make ResourceLocation::new -> Self and impl Serialize/Deserialize for Resourc...
mat
2022-12-07
1.19.3 (#34)
mat
2022-12-06
Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)
EightFactorial
2022-11-12
Pathfinder (#25)
mat
2022-10-07
Replace impl Read with Cursor<&[u8]> (#26)
mat
2022-09-05
use az-registry in az-protocol
mat
2022-09-05
Publish everything* to crates.io
mat
2022-09-02
get rid of Readable & Writable (#21)
mat
2022-08-31
fix a couple more possible panics
Ubuntu
2022-08-06
Better errors (#14)
mat
2022-07-29
Split clientbound and serverbound packets
mat
2022-06-25
read_into -> read_from
mat
2022-06-23
Fix everything so azalea-buf works
mat
2022-05-14
add derive McBuf to every packet
mat
2022-05-14
start adding ClientboundLevelParticlesPacket
mat
2022-05-08
Merge branch 'main' into chunk-decoding
mat
2022-05-07
Initialize worldborder packet
mat
2022-05-03
clippy
mat
2022-05-01
impl Write instead of Vec<u8> for consistency
mat
2022-05-01
impl Write instead of Vec<u8> for consistency
mat
2022-05-01
Reduce usage of AsyncRead
mat
2022-04-26
finish update recipes packet implementation
mat
2022-04-26
add derive mcbufreadable/writable
mat
2022-04-26
default implementation for read and write Vec<T>
mat
2022-04-26
work on adding more stuff for recipes
mat
2022-04-24
start adding update recipes packet
mat