mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 05:35:56 -04:00
packet 0x13: added jumpBoost field
This commit is contained in:
parent
dcbaf3836e
commit
9c3f671a22
@ -124,7 +124,8 @@ var packets = {
|
||||
],
|
||||
0x13: [
|
||||
{ name: "entityId", type: "int" },
|
||||
{ name: "actionId", type: "byte" }
|
||||
{ name: "actionId", type: "byte" },
|
||||
{ name: "jumpBoost", type: "int" }
|
||||
],
|
||||
0x14: [
|
||||
{ name: "entityId", type: "int" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user