From e4e8cae0e3c5e8048a409c56be6faf8545e2283d Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 24 Apr 2022 23:02:21 -0500 Subject: start adding update recipes packet --- azalea-protocol/src/packets/game/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (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 dde3f753..986a7010 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_login_packet; pub mod clientbound_player_abilities_packet; pub mod clientbound_set_carried_item_packet; +pub mod clientbound_update_recipes_packet; pub mod clientbound_update_tags_packet; pub mod clientbound_update_view_distance_packet; @@ -22,6 +23,7 @@ declare_state_packets!( 0x32: clientbound_player_abilities_packet::ClientboundPlayerAbilitiesPacket, 0x48: clientbound_set_carried_item_packet::ClientboundSetCarriedItemPacket, 0x4a: clientbound_update_view_distance_packet::ClientboundUpdateViewDistancePacket, + 0x66: clientbound_update_recipes_packet::ClientboundUpdateRecipesPacket, 0x67: clientbound_update_tags_packet::ClientboundUpdateTagsPacket } ); -- cgit v1.2.3