From 23932003d98db0f5f976146aa9a11e5d04a74695 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 11 Dec 2024 05:39:23 +0000 Subject: remove the generic_const_exprs feature since it's unused and to make the rust compiler devs happy --- azalea-inventory/src/slot.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'azalea-inventory/src') diff --git a/azalea-inventory/src/slot.rs b/azalea-inventory/src/slot.rs index 568ca441..f541c54d 100644 --- a/azalea-inventory/src/slot.rs +++ b/azalea-inventory/src/slot.rs @@ -172,6 +172,10 @@ impl AzaleaWrite for ItemStack { } } +/// An update to an item's data components. +/// +/// Note that in vanilla items come with their own set of default components, +/// and Azalea does not implement that yet. #[derive(Default)] pub struct DataComponentPatch { components: HashMap>>, -- cgit v1.2.3