diff options
| -rw-r--r-- | azalea/examples/testbot/commands/debug.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/azalea/examples/testbot/commands/debug.rs b/azalea/examples/testbot/commands/debug.rs index d75b4c0a..f11ced45 100644 --- a/azalea/examples/testbot/commands/debug.rs +++ b/azalea/examples/testbot/commands/debug.rs @@ -6,14 +6,13 @@ use azalea::{ BlockPos, brigadier::prelude::*, chunks::ReceiveChunkEvent, - entity::{LookDirection, Position}, - interact::pick::HitResultComponent, + entity::Position, packet::game, pathfinder::{ExecutingPath, Pathfinder}, world::MinecraftEntityId, }; use azalea_core::hit_result::HitResult; -use azalea_entity::{Attributes, EntityKindComponent, EntityUuid, metadata}; +use azalea_entity::{EntityKindComponent, EntityUuid, metadata}; use azalea_inventory::components::MaxStackSize; use azalea_world::InstanceContainer; use bevy_app::AppExit; |
