diff options
| author | mat <git@matdoes.dev> | 2026-02-19 03:19:05 +0800 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-02-19 03:19:05 +0800 |
| commit | 3053238279fccfefc35fc5fe9ff3b0be0185e4fb (patch) | |
| tree | 5d9619a90b892d50b7d44f10a20dcc42b9afa4c9 /azalea-protocol/src/packets/game/c_update_attributes.rs | |
| parent | 8d718a627349bdf1e531fba318abc634a3bec9da (diff) | |
| download | azalea-drasl-3053238279fccfefc35fc5fe9ff3b0be0185e4fb.tar.xz | |
fix incorrect protocol impls for ClientboundPlayerInfoUpdate and recipe packets
Diffstat (limited to 'azalea-protocol/src/packets/game/c_update_attributes.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_update_attributes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_update_attributes.rs b/azalea-protocol/src/packets/game/c_update_attributes.rs index 7c8e9e12..ed7b69f6 100644 --- a/azalea-protocol/src/packets/game/c_update_attributes.rs +++ b/azalea-protocol/src/packets/game/c_update_attributes.rs @@ -1,8 +1,8 @@ use azalea_buf::AzBuf; +use azalea_core::entity_id::MinecraftEntityId; use azalea_inventory::components::AttributeModifier; use azalea_protocol_macros::ClientboundGamePacket; use azalea_registry::builtin::Attribute; -use azalea_core::entity_id::MinecraftEntityId; #[derive(AzBuf, ClientboundGamePacket, Clone, Debug, PartialEq)] pub struct ClientboundUpdateAttributes { |
