aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/mod.rs
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2026-03-24 11:15:56 -0500
committerGitHub <noreply@github.com>2026-03-24 11:15:56 -0500
commiteeaf1435e81d9cbd8daa0efa22029c1f259a64b5 (patch)
tree3486e26d5409708370e4e259d240fb77c6e1e439 /azalea-protocol/src/packets/game/mod.rs
parent41a9ae6aaff77646c08c64ac1334a8cc6081c24f (diff)
downloadazalea-drasl-eeaf1435e81d9cbd8daa0efa22029c1f259a64b5.tar.xz
26.1 (#316)
* start updating to 26.1 * start updating to 26.1-snapshot-6 * 26.1-snapshot-6 * 26.1-snapshot-10 * 26.1-rc-1 * fix tests * 26.1-rc-2 and sort default components * 26.1 * update changelog
Diffstat (limited to 'azalea-protocol/src/packets/game/mod.rs')
-rw-r--r--azalea-protocol/src/packets/game/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs
index 3235231c..d42d46eb 100644
--- a/azalea-protocol/src/packets/game/mod.rs
+++ b/azalea-protocol/src/packets/game/mod.rs
@@ -44,6 +44,7 @@ declare_state_packets!(GamePacket,
explode,
forget_level_chunk,
game_event,
+ game_rule_values,
game_test_highlight_pos,
mount_screen_open,
hurt_animation,
@@ -54,6 +55,7 @@ declare_state_packets!(GamePacket,
level_particles,
light_update,
login,
+ low_disk_space_warning,
map_item_data,
merchant_offers,
move_entity_pos,
@@ -147,6 +149,7 @@ declare_state_packets!(GamePacket,
],
Serverbound => [
accept_teleportation,
+ attack,
block_entity_tag_query,
bundle_item_selected,
change_difficulty,
@@ -202,10 +205,12 @@ declare_state_packets!(GamePacket,
set_command_block,
set_command_minecart,
set_creative_mode_slot,
+ set_game_rule,
set_jigsaw_block,
set_structure_block,
set_test_block,
sign_update,
+ spectate_entity,
swing,
teleport_to_entity,
test_instance_block_action,