1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

add some things to readmes

This commit is contained in:
mat 2021-12-20 13:36:20 -06:00
parent b91b579bef
commit cf88c7b795
2 changed files with 6 additions and 5 deletions

View file

@ -1,13 +1,11 @@
# Azalea # Azalea
A Minecraft botting library in Rust. 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.
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 ## Goals
- Bypass all anticheats - Bypass all anticheats
- Only support the latest Minecraft version - Only support the latest Minecraft version
- Do everything a vanilla client can do - Do everything a vanilla client can do
- Be fast
- Be easy to use

View file

@ -1,3 +1,6 @@
# Azalea NBT
Deserialize Minecraft NBT. This is somewhat based on [Hermatite NBT](https://github.com/PistonDevelopers/hematite_nbt). Deserialize Minecraft NBT. This is somewhat based on [Hermatite NBT](https://github.com/PistonDevelopers/hematite_nbt).