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-world/src/find_blocks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-world/src') diff --git a/azalea-world/src/find_blocks.rs b/azalea-world/src/find_blocks.rs index 5edf3ea2..bd4ec09a 100644 --- a/azalea-world/src/find_blocks.rs +++ b/azalea-world/src/find_blocks.rs @@ -11,7 +11,7 @@ impl Instance { /// /// ``` /// # use azalea_registry::builtin::BlockKind; - /// # fn example(client: &azalea_client::Client) { + /// # fn example(client: &azalea::Client) { /// client /// .world() /// .read() -- cgit v1.2.3