From 643fcb98c0e6cdc63218dd39960d9053b209d9a6 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:56:34 -0500 Subject: 1.21.9 (#235) * start updating to 25w33a * 1.21.9-pre2 * clippy * cleanup, and fix c_explode and c_player_rotation * mc update should be in Changed section in the changelog * 1.21.9 --- azalea-protocol/src/packets/game/s_debug_subscription_request.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 azalea-protocol/src/packets/game/s_debug_subscription_request.rs (limited to 'azalea-protocol/src/packets/game/s_debug_subscription_request.rs') diff --git a/azalea-protocol/src/packets/game/s_debug_subscription_request.rs b/azalea-protocol/src/packets/game/s_debug_subscription_request.rs new file mode 100644 index 00000000..ea31b113 --- /dev/null +++ b/azalea-protocol/src/packets/game/s_debug_subscription_request.rs @@ -0,0 +1,8 @@ +use azalea_buf::AzBuf; +use azalea_protocol_macros::ServerboundGamePacket; +use azalea_registry::DebugSubscription; + +#[derive(Clone, Debug, AzBuf, PartialEq, ServerboundGamePacket)] +pub struct ServerboundDebugSubscriptionRequest { + pub subscriptions: Vec, +} -- cgit v1.2.3