From 6b09737decb343cdcf879ba131d575966b13bc81 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Thu, 11 Jul 2013 07:42:57 +0200 Subject: [PATCH] Added packet 0x85 (Tile Editor Open) --- lib/protocol.js | 6 ++++++ 1 file changed, 6 insertions(+) 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" }