mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-10 06:41:30 +11:00
parent
65dc561868
commit
adc927d319
|
@ -99,6 +99,7 @@ pub mod login {
|
||||||
|
|
||||||
pub mod play {
|
pub mod play {
|
||||||
use super::super::*;
|
use super::super::*;
|
||||||
|
use crate::protocol::slot::Slot;
|
||||||
|
|
||||||
def_struct! {
|
def_struct! {
|
||||||
TeleportConfirm {
|
TeleportConfirm {
|
||||||
|
@ -583,7 +584,7 @@ pub mod play {
|
||||||
def_struct! {
|
def_struct! {
|
||||||
UpdateCreativeModeSlot {
|
UpdateCreativeModeSlot {
|
||||||
slot: i16,
|
slot: i16,
|
||||||
// TODO: clicked_item: Slot,
|
clicked_item: Slot,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue