From 11d14c74c53c07231c8ca33b622380df99bf9a59 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Thu, 24 Aug 2023 22:59:40 -0500 Subject: Support properly switching instances (#106) * start implementing switching dimensions * fix removeentity in shared worlds * also store entity ids per local player * uncomment a trace in pathfinder * cleanup --------- Co-authored-by: mat --- azalea-client/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-client/src/lib.rs') diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 92a44f6c..0321a396 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -26,6 +26,7 @@ mod movement; pub mod packet_handling; pub mod ping; mod player; +pub mod received_registries; pub mod respawn; pub mod task_pool; -- cgit v1.2.3