diff options
Diffstat (limited to 'azalea-core/src/sound.rs')
| -rw-r--r-- | azalea-core/src/sound.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-core/src/sound.rs b/azalea-core/src/sound.rs index 9ac568b6..418707b9 100644 --- a/azalea-core/src/sound.rs +++ b/azalea-core/src/sound.rs @@ -2,7 +2,7 @@ use azalea_buf::AzBuf; use azalea_registry::identifier::Identifier; use serde::Serialize; -#[derive(Clone, Debug, PartialEq, AzBuf, Serialize, simdnbt::Deserialize)] +#[derive(AzBuf, Clone, Debug, simdnbt::Deserialize, PartialEq, Serialize)] pub struct CustomSound { pub sound_id: Identifier, pub range: Option<f32>, |
