diff --git a/lib/protocol.js b/lib/protocol.js index a0f7100..7b8a014 100644 --- a/lib/protocol.js +++ b/lib/protocol.js @@ -415,6 +415,12 @@ var packets = { { name: "action", type: "byte" }, { name: "nbtData", type: "byteArray16" } ], + 0x85: [ + { name: "tileEntityId", type: "byte" }, + { name: "x", type: "int" }, + { name: "y", type: "int" }, + { name: "z", type: "int" } + ], 0xc8: [ { name: "statisticId", type: "int" }, { name: "amount", type: "int" }