From 833f306e8b8faddd232b5c736b2134ed08adcb6c Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:43:56 -0600 Subject: Fix errors on switching dimensions (#204) * Fix errors on switching dimensions * fix other tests * clippy * fix log feature in test_simulation * fix chunks oops --- azalea-client/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea-client/src/lib.rs') diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index a61c5d32..d07e323d 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -29,6 +29,9 @@ pub mod respawn; pub mod send_client_end; pub mod task_pool; +#[doc(hidden)] +pub mod test_simulation; + pub use account::{Account, AccountOpts}; pub use azalea_protocol::common::client_information::ClientInformation; pub use client::{ -- cgit v1.2.3