packet 0x13: added jumpBoost field

This commit is contained in:
Xabier de Zuazo 2013-07-07 10:24:49 +02:00
parent dcbaf3836e
commit 9c3f671a22

View file

@ -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" },