mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-14 15:20:24 -04:00
packet 0x66 (Click Window): shift
field renamed to mode
This commit is contained in:
parent
8760ff55bc
commit
120da4a20f
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ var packets = {
|
|||
{ name: "slot", type: "short" },
|
||||
{ name: "mouseButton", type: "byte" },
|
||||
{ name: "action", type: "short" },
|
||||
{ name: "shift", type: "byte" },
|
||||
{ name: "mode", type: "byte" },
|
||||
{ name: "item", type: "slot" }
|
||||
],
|
||||
0x67: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue