diff options
| author | mat <github@matdoes.dev> | 2022-06-25 00:01:54 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-25 00:01:54 -0500 |
| commit | a0b3b793f9f631a85f243271531640f07490c4ca (patch) | |
| tree | 6e861e0812343f3f6fdc03f44dd085a74b080dff /azalea-protocol/src/packets/game/mod.rs | |
| parent | 41f61bf9c11ab58af4c1bd97c2cb40110b272449 (diff) | |
| download | azalea-drasl-a0b3b793f9f631a85f243271531640f07490c4ca.tar.xz | |
ClientboundUpdateMobEffectPacket
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 3e492dec..f407a697 100755 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -46,6 +46,7 @@ pub mod clientbound_system_chat_packet; pub mod clientbound_teleport_entity_packet; pub mod clientbound_update_advancements_packet; pub mod clientbound_update_attributes_packet; +pub mod clientbound_update_mob_effect_packet; pub mod clientbound_update_recipes_packet; pub mod clientbound_update_tags_packet; pub mod clientbound_update_view_distance_packet; @@ -124,6 +125,7 @@ declare_state_packets!( 0x63: clientbound_teleport_entity_packet::ClientboundTeleportEntityPacket, 0x64: clientbound_update_advancements_packet::ClientboundUpdateAdvancementsPacket, 0x65: clientbound_update_attributes_packet::ClientboundUpdateAttributesPacket, + 0x66: clientbound_update_mob_effect_packet::ClientboundUpdateMobEffectPacket, 0x67: clientbound_update_recipes_packet::ClientboundUpdateRecipesPacket, 0x68: clientbound_update_tags_packet::ClientboundUpdateTagsPacket, } |
