mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Fix ServerboundContainerClickPacket (#45)
This commit is contained in:
parent
087e056bbc
commit
962b9fcaae
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ pub struct ServerboundContainerClickPacket {
|
|||
pub button_num: u8,
|
||||
pub click_type: ClickType,
|
||||
pub changed_slots: HashMap<u16, Slot>,
|
||||
pub carried_item: Slot,
|
||||
}
|
||||
|
||||
#[derive(McBuf, Clone, Copy, Debug)]
|
||||
|
|
Loading…
Add table
Reference in a new issue