mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +00:00
fix ClientboundShowDialog in config
This commit is contained in:
parent
5564d475a2
commit
a060b73915
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
use azalea_buf::AzBuf;
|
use azalea_buf::AzBuf;
|
||||||
use azalea_protocol_macros::ClientboundConfigPacket;
|
use azalea_protocol_macros::ClientboundConfigPacket;
|
||||||
use azalea_registry::Holder;
|
|
||||||
use simdnbt::owned::Nbt;
|
use simdnbt::owned::Nbt;
|
||||||
|
|
||||||
#[derive(Clone, Debug, AzBuf, ClientboundConfigPacket)]
|
#[derive(Clone, Debug, AzBuf, ClientboundConfigPacket)]
|
||||||
pub struct ClientboundShowDialog {
|
pub struct ClientboundShowDialog {
|
||||||
pub dialog: Holder<azalea_registry::Dialog, Nbt>,
|
pub dialog: Nbt,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue