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-client/src/inventory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src') diff --git a/azalea-client/src/inventory.rs b/azalea-client/src/inventory.rs index 2e8478d4..0e4b9da3 100644 --- a/azalea-client/src/inventory.rs +++ b/azalea-client/src/inventory.rs @@ -69,7 +69,7 @@ impl Client { } /// A component present on all local players that have an inventory. -#[derive(Component, Debug)] +#[derive(Component, Debug, Clone)] pub struct InventoryComponent { /// A component that contains the player's inventory menu. This is /// guaranteed to be a `Menu::Player`. -- cgit v1.2.3