From 25e441944412038da2be4e64854e59169d58305b Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 27 Dec 2025 23:55:12 -1245 Subject: remove unused imports --- azalea/examples/testbot/commands/debug.rs | 5 ++--- 1 file 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; -- cgit v1.2.3