azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
361 stars 48 forks source link

1.21 #145

Closed mat-1 closed 2 months ago

mat-1 commented 2 months ago

This is still missing a few non-critical features (notably the data-driven registry things are still hard-coded for now), and also a few packets might be implemented incorrectly (I fixed the wrong ones I found when testing but I probably missed some), but I think it's implemented enough to be useful. Also, the packet codegen is still disabled but I'll probably re-enable it next update now that Mojang added some basic packet data to their data generator.