From 9513f42e87f64c409cdb2a100500a50e5a713bac Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 27 Dec 2025 22:02:00 -0600 Subject: Move Client struct to azalea crate (#297) * move the Client struct out of azalea-client into azalea * actually add client impls in azalea --- azalea-client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-client/README.md') 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. -- cgit v1.2.3