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/mod.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets/game/mod.rs') diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index 264892b0..60de984d 100644 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -31,6 +31,10 @@ declare_state_packets!(GamePacket, custom_chat_completions, custom_payload, damage_event, + debug_block_value, + debug_chunk_value, + debug_entity_value, + debug_event, debug_sample, delete_chat, disconnect, @@ -40,6 +44,7 @@ declare_state_packets!(GamePacket, explode, forget_level_chunk, game_event, + game_test_highlight_pos, horse_screen_open, hurt_animation, initialize_border, @@ -163,7 +168,7 @@ declare_state_packets!(GamePacket, container_slot_state_changed, cookie_response, custom_payload, - debug_sample_subscription, + debug_subscription_request, edit_book, entity_tag_query, interact, -- cgit v1.2.3