From d3917ad5bc4f3181e0274cf4137c1a52470dba33 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 14 May 2015 19:42:52 +0200 Subject: [PATCH] fix open_window packet (see http://wiki.vg/Protocol#Open_Window) --- protocol/protocol.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/protocol.json b/protocol/protocol.json index d4ddfc0..c482f3f 100644 --- a/protocol/protocol.json +++ b/protocol/protocol.json @@ -1376,7 +1376,7 @@ "typeArgs": { "field": "inventoryType", "values": [ - 11 + "EntityHorse" ], "type": "int" }