From 51963990bc0cbbbca388b2ed015fd64ff6492d7b Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 18 Sep 2023 23:25:18 -0500 Subject: fix entities not always being despawned after merge --- azalea/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src') diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 02ea1207..b6cd4e9d 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -23,7 +23,7 @@ pub use azalea_client::*; pub use azalea_core::{BlockPos, ChunkPos, ResourceLocation, Vec3}; pub use azalea_entity as entity; pub use azalea_protocol as protocol; -pub use azalea_registry::{Block, EntityKind, Item}; +pub use azalea_registry as registry; pub use azalea_world as world; pub use bot::*; use ecs::component::Component; -- cgit v1.2.3