mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-19 17:50:24 -04:00
packet 0x13: added jumpBoost field
This commit is contained in:
parent
dcbaf3836e
commit
9c3f671a22
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ var packets = {
|
||||||
],
|
],
|
||||||
0x13: [
|
0x13: [
|
||||||
{ name: "entityId", type: "int" },
|
{ name: "entityId", type: "int" },
|
||||||
{ name: "actionId", type: "byte" }
|
{ name: "actionId", type: "byte" },
|
||||||
|
{ name: "jumpBoost", type: "int" }
|
||||||
],
|
],
|
||||||
0x14: [
|
0x14: [
|
||||||
{ name: "entityId", type: "int" },
|
{ name: "entityId", type: "int" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue