diff options
Diffstat (limited to 'azalea-protocol/src/common/debug_subscription.rs')
| -rw-r--r-- | azalea-protocol/src/common/debug_subscription.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-protocol/src/common/debug_subscription.rs b/azalea-protocol/src/common/debug_subscription.rs index 221cd98c..0be792e1 100644 --- a/azalea-protocol/src/common/debug_subscription.rs +++ b/azalea-protocol/src/common/debug_subscription.rs @@ -2,7 +2,7 @@ use std::fmt::Debug; use azalea_buf::AzBuf; use azalea_core::position::{BlockPos, Vec3}; -use azalea_registry::{Block, DebugSubscription, GameEvent, PointOfInterestKind}; +use azalea_registry::builtin::{BlockKind, DebugSubscription, GameEvent, PointOfInterestKind}; // see DebugSubscriptions.java @@ -119,7 +119,7 @@ pub enum DebugEntityBlockIntersection { #[derive(Clone, Debug, AzBuf, PartialEq)] pub struct DebugHiveInfo { - pub kind: Block, + pub kind: BlockKind, #[var] pub occupant_count: i32, #[var] |
