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:
parent
b91b579bef
commit
cf88c7b795
2 changed files with 6 additions and 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
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# Azalea NBT
|
||||
|
||||
Deserialize Minecraft NBT. This is somewhat based on [Hermatite NBT](https://github.com/PistonDevelopers/hematite_nbt).
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue