diff options
| author | mat <github@matdoes.dev> | 2022-04-26 22:53:47 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-26 22:53:47 -0500 |
| commit | 4f9f2468f0fc80b19baac6904c05c9cc9a9cb61a (patch) | |
| tree | a93051bfba443269622e51650ca8fa3b80d89f2e /azalea-protocol/src/packets/game/mod.rs | |
| parent | f859dbbba06278f52517b0096b92ff3a6932ee28 (diff) | |
| download | azalea-drasl-4f9f2468f0fc80b19baac6904c05c9cc9a9cb61a.tar.xz | |
add recipe packet
Diffstat (limited to 'azalea-protocol/src/packets/game/mod.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index fefeb08b..d197015a 100755 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -5,6 +5,7 @@ pub mod clientbound_disconnect_packet; pub mod clientbound_entity_event_packet; pub mod clientbound_login_packet; pub mod clientbound_player_abilities_packet; +pub mod clientbound_recipe_packet; pub mod clientbound_set_carried_item_packet; pub mod clientbound_update_recipes_packet; pub mod clientbound_update_tags_packet; @@ -23,6 +24,7 @@ declare_state_packets!( 0x18: clientbound_custom_payload_packet::ClientboundCustomPayloadPacket, 0x26: clientbound_login_packet::ClientboundLoginPacket, 0x32: clientbound_player_abilities_packet::ClientboundPlayerAbilitiesPacket, + 0x39: clientbound_recipe_packet::ClientboundRecipePacket, 0x48: clientbound_set_carried_item_packet::ClientboundSetCarriedItemPacket, 0x4a: clientbound_update_view_distance_packet::ClientboundUpdateViewDistancePacket, 0x66: clientbound_update_recipes_packet::ClientboundUpdateRecipesPacket, |
