diff options
| author | mat <github@matdoes.dev> | 2022-05-02 23:07:06 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-02 23:07:06 +0000 |
| commit | 8e42e1c5dfc54314585b564696044780e0407c2f (patch) | |
| tree | 6527645ffbe05cb37716b00e2be9fc48d956a12b /README.md | |
| parent | 1e2ec611003770ce889d69545604f164e2ea8fff (diff) | |
| download | azalea-drasl-8e42e1c5dfc54314585b564696044780e0407c2f.tar.xz | |
more chunk and readme stuff
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,20 +1,24 @@ # Azalea -A Rust crate for creating Minecraft bots. - <p align="center"> <img src="https://cdn.matdoes.dev/images/flowering_azalea.webp" alt="Azalea" height="200"> </p> +A Rust crate for creating Minecraft bots. + I named this Azalea because it sounds like a cool word and this is a cool library. This project was heavily inspired by PrismarineJS. +## Why + +I wanted a fun excuse to do something cool with Rust, and I also felt like I could do better than [Mineflayer](https://github.com/prismarinejs/mineflayer) in some areas. + ## Goals - Do everything a vanilla client can do - Be easy to use - Bypass most/all anticheats - Support the latest Minecraft version -- Be fast +- Be fast and memory efficient ## Example code |
