diff options
author | regenerativep <regeneralp@gmail.com> | 2021-07-02 17:58:24 -0400 |
---|---|---|
committer | regenerativep <regeneralp@gmail.com> | 2021-07-02 17:58:24 -0400 |
commit | e394a6cdd97378f2c9b00cf1356bb17c95ac2310 (patch) | |
tree | 0ee5cd6a45aaf3830fa955612886531c331b5c34 /src | |
parent | e3d69dc043670dcc370e576a7eb3cb9b5a3e45fa (diff) | |
download | mcproto-rs-e394a6cdd97378f2c9b00cf1356bb17c95ac2310.tar.gz mcproto-rs-e394a6cdd97378f2c9b00cf1356bb17c95ac2310.tar.bz2 mcproto-rs-e394a6cdd97378f2c9b00cf1356bb17c95ac2310.zip |
swap jigsaw and admin in 1.17
Diffstat (limited to 'src')
-rw-r--r-- | src/v1_17_0.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/v1_17_0.rs b/src/v1_17_0.rs index 44615d8..0ac9bb7 100644 --- a/src/v1_17_0.rs +++ b/src/v1_17_0.rs @@ -730,16 +730,16 @@ define_protocol!(755, Packet755, RawPacket755, RawPacket755Body, Packet755Kind = command: String, track_output: bool }, - PlayUpdateJigsawBlock, 0x28, Play, ServerBound => PlayUpdateJigsawBlockSpec { + PlayCreativeInventoryAction, 0x28, Play, ServerBound => PlayCreativeInventoryActionSpec { + slot: i16, + clicked_item: Slot + }, + PlayUpdateJigsawBlock, 0x29, Play, ServerBound => PlayUpdateJigsawBlockSpec { location: IntPosition, attachment_type: String, target_pool: String, final_state: String }, - PlayCreativeInventoryAction, 0x29, Play, ServerBound => PlayCreativeInventoryActionSpec { - slot: i16, - clicked_item: Slot - }, PlayUpdateStructureBlock, 0x2A, Play, ServerBound => PlayUpdateStructureBlockSpec { location: IntPosition, action: UpdateStructureBlockAction, |