aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/prelude.rs')
-rw-r--r--azalea/src/prelude.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/azalea/src/prelude.rs b/azalea/src/prelude.rs
index b1a1fed3..87cb0b53 100644
--- a/azalea/src/prelude.rs
+++ b/azalea/src/prelude.rs
@@ -1,7 +1,10 @@
//! The Azalea prelude. Things that are necessary for a bare-bones bot are
//! re-exported here.
-pub use crate::{bot::BotClientExt, pathfinder::PathfinderClientExt, ClientBuilder};
+pub use crate::{
+ bot::BotClientExt, container::ContainerClientExt, pathfinder::PathfinderClientExt,
+ ClientBuilder,
+};
pub use azalea_client::{Account, Client, Event};
// this is necessary to make the macros that reference bevy_ecs work
pub use crate::ecs as bevy_ecs;