diff options
| author | mat <git@matdoes.dev> | 2023-09-18 23:25:18 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-18 23:25:22 -0500 |
| commit | 51963990bc0cbbbca388b2ed015fd64ff6492d7b (patch) | |
| tree | a06f6b78f6f3954c230a9c57050467bb20ebe232 /azalea/src/lib.rs | |
| parent | e6941b6a24deed617d09c6e08ba65278bb3bcf25 (diff) | |
| download | azalea-drasl-51963990bc0cbbbca388b2ed015fd64ff6492d7b.tar.xz | |
fix entities not always being despawned after merge
Diffstat (limited to 'azalea/src/lib.rs')
| -rw-r--r-- | azalea/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
