diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2024-12-03 14:42:23 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 14:42:23 -0600 |
| commit | b71a7af53ae2dba2b43c8efc855a4a3b853ebff2 (patch) | |
| tree | 031910714b6b9fb8cc0aaafe376f8629acedf671 /azalea-protocol/src/packets/game/mod.rs | |
| parent | ea5a1c1ec128cc1a33593c9d91ef758c3fb73e16 (diff) | |
| download | azalea-drasl-b71a7af53ae2dba2b43c8efc855a4a3b853ebff2.tar.xz | |
1.21.4 (#189)
* start updating to 1.21.4
* fix block codegen and stop using block data from burger
* 1.21.4-rc1
* 1.21.4
Diffstat (limited to 'azalea-protocol/src/packets/game/mod.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/mod.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index 757dd27f..35c1a2fe 100755 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -172,13 +172,15 @@ declare_state_packets!(GamePacket, move_player_status_only, move_vehicle, paddle_boat, - pick_item, + pick_item_from_block, + pick_item_from_entity, ping_request, place_recipe, player_abilities, player_action, player_command, player_input, + player_loaded, pong, recipe_book_change_settings, recipe_book_seen_recipe, |
