From cf88c7b7956398eba2e0d6ed86dbf3268fdb512b Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 20 Dec 2021 13:36:20 -0600 Subject: [PATCH] add some things to readmes --- README.md | 8 +++----- azalea-nbt/README.md | 3 +++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66f462df..5e1e4ecc 100644 --- a/README.md +++ b/README.md @@ -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). +