diff options
Diffstat (limited to 'azalea/src/prelude.rs')
| -rw-r--r-- | azalea/src/prelude.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/azalea/src/prelude.rs b/azalea/src/prelude.rs index 335244cc..2675c8f5 100644 --- a/azalea/src/prelude.rs +++ b/azalea/src/prelude.rs @@ -1,16 +1,14 @@ //! The Azalea prelude. Things that are necessary for a bare-bones bot are //! re-exported here. -pub use azalea_client::{Account, Client, Event}; +pub use azalea_client::{Account, Event}; pub use azalea_core::tick::GameTick; pub use bevy_app::AppExit; // this is necessary to make the macros that reference bevy_ecs work pub use crate::ecs as bevy_ecs; pub use crate::{ - ClientBuilder, - bot::BotClientExt, - container::ContainerClientExt, + Client, ClientBuilder, ecs::{component::Component, resource::Resource}, pathfinder::PathfinderClientExt, }; |
