diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/mod.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/mod.rs | 5 |
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, |
