From d3917ad5bc4f3181e0274cf4137c1a52470dba33 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 14 May 2015 19:42:52 +0200 Subject: [PATCH 1/2] 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" } From 55e820aa92bf357c4309eb406bbe73fa35485018 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 14 May 2015 20:10:49 +0200 Subject: [PATCH 2/2] fix the schema (a problem with condition) --- protocol/protocol_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/protocol_schema.json b/protocol/protocol_schema.json index c2e8644..0ccd16a 100644 --- a/protocol/protocol_schema.json +++ b/protocol/protocol_schema.json @@ -67,7 +67,7 @@ "values": { "type": "array", "items": { - "type": ["integer","boolean"] + "type": ["integer","boolean","string"] }, "additionalItems": false, "minItems": 1