diff options
| author | mat <git@matdoes.dev> | 2025-05-06 14:20:57 -1300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-06 14:20:57 -1300 |
| commit | e9452032bfc95cb7ad4a8798b13648e164536cf1 (patch) | |
| tree | d62694761560085d979886d0822b8dfd942d3db2 /azalea-client/src/plugins/interact.rs | |
| parent | d58a1c4fa0bd0c695e670ec52874f11cce64cd01 (diff) | |
| download | azalea-drasl-e9452032bfc95cb7ad4a8798b13648e164536cf1.tar.xz | |
fix various issues with mining
Diffstat (limited to 'azalea-client/src/plugins/interact.rs')
| -rw-r--r-- | azalea-client/src/plugins/interact.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/src/plugins/interact.rs b/azalea-client/src/plugins/interact.rs index 9ca216fb..81c69121 100644 --- a/azalea-client/src/plugins/interact.rs +++ b/azalea-client/src/plugins/interact.rs @@ -98,6 +98,7 @@ impl AddAssign<u32> for CurrentSequenceNumber { } /// A component that contains the block that the player is currently looking at. +#[doc(alias("looking at", "looking at block", "crosshair"))] #[derive(Component, Clone, Debug, Deref, DerefMut)] pub struct HitResultComponent(BlockHitResult); |
