From e1d3b902ba08170e4ee82c53f216445f57fbc47e Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 10 May 2025 06:22:08 +0330 Subject: add StartUseItemEvent and improve code related to interactions --- azalea-core/src/aabb.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core/src/aabb.rs') diff --git a/azalea-core/src/aabb.rs b/azalea-core/src/aabb.rs index 6796e79c..42ae797d 100644 --- a/azalea-core/src/aabb.rs +++ b/azalea-core/src/aabb.rs @@ -1,6 +1,6 @@ use crate::{ - block_hit_result::BlockHitResult, direction::{Axis, Direction}, + hit_result::BlockHitResult, math::EPSILON, position::{BlockPos, Vec3}, }; -- cgit v1.2.3