From 9a687f0ffebad80441e036aabe14e7cf80c774d3 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 10 Oct 2023 23:21:23 -0500 Subject: start adding mining to pathfinder --- azalea/src/bot.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea/src/bot.rs') diff --git a/azalea/src/bot.rs b/azalea/src/bot.rs index 352eda59..768ae767 100644 --- a/azalea/src/bot.rs +++ b/azalea/src/bot.rs @@ -44,7 +44,8 @@ impl Plugin for BotPlugin { } } -/// Component for all bots. +/// A component that clients with [`BotPlugin`] will have. If you just want to +/// check if an entity is one of our bots, you should use [`LocalEntity`]. #[derive(Default, Component)] pub struct Bot { jumping_once: bool, -- cgit v1.2.3