diff options
| author | mat <git@matdoes.dev> | 2024-11-28 20:33:39 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-11-28 20:33:39 +0000 |
| commit | f364ad6b210f93f53b6ee8f73c259622e9f37421 (patch) | |
| tree | 4ed81d4d3929b543253d72f411d1a7cab6967c74 /azalea/src | |
| parent | ae5c0ea8e5e1ac9571b78281c26b7d63d110f5e5 (diff) | |
| download | azalea-drasl-f364ad6b210f93f53b6ee8f73c259622e9f37421.tar.xz | |
switch some packet structs to unit structs
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/auto_tool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
