aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-03-29 23:10:55 +0000
committermat <git@matdoes.dev>2025-03-29 23:10:55 +0000
commit43ebbee94a24e1f797759d3abe002b8ddfe0523c (patch)
tree8c861f2cfaf3b0df11d8999c929d39700454751b /azalea-inventory/src
parentd0b459e82764987e1f820978e2af2d01a4b91084 (diff)
downloadazalea-drasl-43ebbee94a24e1f797759d3abe002b8ddfe0523c.tar.xz
update ServerboundContainerClick to use HashedStack from 1.21.5
Diffstat (limited to 'azalea-inventory/src')
-rw-r--r--azalea-inventory/src/slot.rs3
1 files changed, 2 insertions, 1 deletions
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<DataComponentKind, Option<Box<dyn components::EncodableDataComponent>>>,
+ pub components:
+ IndexMap<DataComponentKind, Option<Box<dyn components::EncodableDataComponent>>>,
}
impl DataComponentPatch {