From 37b9f10b3bcc74b48df2c6843a5286a7d41e2414 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 11 Dec 2022 00:15:37 -0600 Subject: make entities have a reference to WeakWorlds instead ... and other exciting bug fixes --- azalea/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea/src/lib.rs') diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 93f4825f..49506a17 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -85,6 +85,7 @@ pub mod prelude; mod start; mod swarm; +pub use azalea_block::*; pub use azalea_client::*; pub use azalea_core::{BlockPos, Vec3}; pub use start::{start, Options}; -- cgit v1.2.3