From 844697c04c030af19e63fd6af28aeb42519da7e1 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 18 Jun 2025 08:24:34 +0700 Subject: 1.21.6 fixes --- azalea-protocol/src/packets/config/s_custom_click_action.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets/config') diff --git a/azalea-protocol/src/packets/config/s_custom_click_action.rs b/azalea-protocol/src/packets/config/s_custom_click_action.rs index 4c168884..eee03303 100644 --- a/azalea-protocol/src/packets/config/s_custom_click_action.rs +++ b/azalea-protocol/src/packets/config/s_custom_click_action.rs @@ -1,9 +1,10 @@ use azalea_buf::AzBuf; use azalea_core::resource_location::ResourceLocation; use azalea_protocol_macros::ServerboundConfigPacket; +use simdnbt::owned::Nbt; #[derive(Clone, Debug, AzBuf, ServerboundConfigPacket)] pub struct ServerboundCustomClickAction { pub id: ResourceLocation, - pub payload: Option, + pub payload: Nbt, } -- cgit v1.2.3