diff --git a/azalea-protocol/src/packets/game/s_container_click.rs b/azalea-protocol/src/packets/game/s_container_click.rs index b7b70888..19085363 100755 --- a/azalea-protocol/src/packets/game/s_container_click.rs +++ b/azalea-protocol/src/packets/game/s_container_click.rs @@ -14,7 +14,7 @@ pub struct ServerboundContainerClick { pub button_num: u8, pub click_type: ClickType, pub changed_slots: HashMap, - pub carried_item: ItemStack, + pub carried_item: HashedStack, } /// Similar to an [`ItemStack`] but only carrying a CRC32 hash of the value of