From 43ebbee94a24e1f797759d3abe002b8ddfe0523c Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 29 Mar 2025 23:10:55 +0000 Subject: update ServerboundContainerClick to use HashedStack from 1.21.5 --- azalea-inventory/src/slot.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-inventory/src') diff --git a/azalea-inventory/src/slot.rs b/azalea-inventory/src/slot.rs index 2b886955..e2e84a68 100644 --- a/azalea-inventory/src/slot.rs +++ b/azalea-inventory/src/slot.rs @@ -178,7 +178,8 @@ impl AzaleaWrite for ItemStack { /// and Azalea does not implement that yet. #[derive(Default)] pub struct DataComponentPatch { - components: IndexMap>>, + pub components: + IndexMap>>, } impl DataComponentPatch { -- cgit v1.2.3