diff options
| author | mat <git@matdoes.dev> | 2023-05-07 01:55:08 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-07 01:55:08 -0500 |
| commit | 2823e508b389194ee1d8b3f4180fc3a15a7e077e (patch) | |
| tree | d7133d1344b143cad7df1846efc12f092835513e /azalea-protocol | |
| parent | 84c0908f34b301c6ddb96ae4c314672f690f1bff (diff) | |
| download | azalea-drasl-2823e508b389194ee1d8b3f4180fc3a15a7e077e.tar.xz | |
more brigadier argument types
Diffstat (limited to 'azalea-protocol')
| -rwxr-xr-x | azalea-protocol/src/packets/game/clientbound_login_packet.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_login_packet.rs b/azalea-protocol/src/packets/game/clientbound_login_packet.rs index bafead86..346c24fb 100755 --- a/azalea-protocol/src/packets/game/clientbound_login_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_login_packet.rs @@ -253,6 +253,8 @@ pub mod registry { pub struct DimensionTypeElement { pub height: u32, pub min_y: i32, + #[serde(flatten)] + pub _extra: HashMap<String, Nbt>, } /// The light level at which monsters can spawn. |
