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

write some readmes

This commit is contained in:
mat 2022-04-26 15:37:31 +00:00
parent e5fcfa1193
commit 5736a790d3
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# Azalea Client # Azalea Client
A lower level Minecraft bot library. A library that can mimic everything a normal Minecraft client can do. If you want to make a bot, you should use `azalea` instead since it contains utilities for that.

View file

@ -1,3 +1,3 @@
# Azalea Protocol # Azalea Protocol
Sent and receive Minecraft packets. Sent and receive Minecraft packets. You should probably use `azalea` or `azalea-client` instead.