diff options
| author | mat <github@matdoes.dev> | 2021-12-20 13:36:20 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-20 13:36:20 -0600 |
| commit | cf88c7b7956398eba2e0d6ed86dbf3268fdb512b (patch) | |
| tree | 7fff05f55d285c1a219072f00672f4df4b2402e0 | |
| parent | b91b579bef9695939e9bce58b64463d9debc7b71 (diff) | |
| download | azalea-drasl-cf88c7b7956398eba2e0d6ed86dbf3268fdb512b.tar.xz | |
add some things to readmes
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | azalea-nbt/README.md | 3 |
2 files changed, 6 insertions, 5 deletions
@@ -1,13 +1,11 @@ # Azalea -A Minecraft botting library in Rust. -I named this Azalea because it sounds like a cool word and this is a cool library. -This project was heavily inspired by PrismarineJS. +A Minecraft botting library in Rust. I named this Azalea because it sounds like a cool word and this is a cool library. This project was heavily inspired by PrismarineJS. ## Goals - Bypass all anticheats - Only support the latest Minecraft version - Do everything a vanilla client can do - - +- Be fast +- Be easy to use diff --git a/azalea-nbt/README.md b/azalea-nbt/README.md index 448c306b..0573bce2 100644 --- a/azalea-nbt/README.md +++ b/azalea-nbt/README.md @@ -1,3 +1,6 @@ +# Azalea NBT + Deserialize Minecraft NBT. This is somewhat based on [Hermatite NBT](https://github.com/PistonDevelopers/hematite_nbt). + |
