aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-02 23:07:06 +0000
committermat <github@matdoes.dev>2022-05-02 23:07:06 +0000
commit8e42e1c5dfc54314585b564696044780e0407c2f (patch)
tree6527645ffbe05cb37716b00e2be9fc48d956a12b /README.md
parent1e2ec611003770ce889d69545604f164e2ea8fff (diff)
downloadazalea-drasl-8e42e1c5dfc54314585b564696044780e0407c2f.tar.xz
more chunk and readme stuff
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 909ae47e..4c90ba42 100755
--- a/README.md
+++ b/README.md
@@ -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