aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/auto_tool.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/auto_tool.rs')
-rw-r--r--azalea/src/auto_tool.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea/src/auto_tool.rs b/azalea/src/auto_tool.rs
index 9aea23d7..81fe3131 100644
--- a/azalea/src/auto_tool.rs
+++ b/azalea/src/auto_tool.rs
@@ -1,7 +1,7 @@
-use azalea_block::{fluid_state::FluidKind, Block, BlockState};
-use azalea_client::{inventory::Inventory, Client};
+use azalea_block::{Block, BlockState, fluid_state::FluidKind};
+use azalea_client::{Client, inventory::Inventory};
use azalea_entity::{FluidOnEyes, Physics};
-use azalea_inventory::{components, ItemStack, Menu};
+use azalea_inventory::{ItemStack, Menu, components};
#[derive(Debug)]
pub struct BestToolResult {