diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2025-12-27 22:02:00 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-27 22:02:00 -0600 |
| commit | 9513f42e87f64c409cdb2a100500a50e5a713bac (patch) | |
| tree | bb6aa8b6d50fddf967bcb1f759e023754ea84e49 /azalea-client/README.md | |
| parent | 588902ba4a3965982bdd84d92b20c6f7613f3978 (diff) | |
| download | azalea-drasl-9513f42e87f64c409cdb2a100500a50e5a713bac.tar.xz | |
Move Client struct to azalea crate (#297)
* move the Client struct out of azalea-client into azalea
* actually add client impls in azalea
Diffstat (limited to 'azalea-client/README.md')
| -rw-r--r-- | azalea-client/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/README.md b/azalea-client/README.md index 73ef1769..3f7b149d 100644 --- a/azalea-client/README.md +++ b/azalea-client/README.md @@ -1,5 +1,5 @@ # `azalea-client` -A library that can mimic everything that a normal Minecraft client can do. +A library for creating Minecraft clients with Bevy. -To make a bot with higher-level functions, consider using the `azalea` crate instead. +If you intend on creating a bot, consider using the [`azalea`](https://docs.rs/azalea) crate instead. |
