From f364ad6b210f93f53b6ee8f73c259622e9f37421 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 28 Nov 2024 20:33:39 +0000 Subject: switch some packet structs to unit structs --- azalea/src/auto_tool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src') diff --git a/azalea/src/auto_tool.rs b/azalea/src/auto_tool.rs index 1824e13c..5fcb8037 100644 --- a/azalea/src/auto_tool.rs +++ b/azalea/src/auto_tool.rs @@ -2,7 +2,7 @@ use azalea_block::{Block, BlockState}; use azalea_client::{inventory::Inventory, Client}; use azalea_entity::{FluidOnEyes, Physics}; use azalea_inventory::{components, ItemStack, Menu}; -use azalea_registry::{DataComponentKind, Fluid}; +use azalea_registry::Fluid; #[derive(Debug)] pub struct BestToolResult { -- cgit v1.2.3