From 9c3f671a2283ecdab7030568d5aa8cdaa774dc3d Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo <xabier@onddo.com> Date: Sun, 7 Jul 2013 10:24:49 +0200 Subject: [PATCH] packet 0x13: added jumpBoost field --- lib/protocol.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/protocol.js b/lib/protocol.js index 8418314..02416ba 100644 --- a/lib/protocol.js +++ b/lib/protocol.js @@ -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" },