From ac3651e8d6041b580bcdfe506ecc6d6c2cca1adb Mon Sep 17 00:00:00 2001 From: Keegan Date: Sun, 6 Mar 2016 12:13:35 -0500 Subject: [PATCH] metadataints --- data/protocol.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/data/protocol.json b/data/protocol.json index 18abb08..2039245 100644 --- a/data/protocol.json +++ b/data/protocol.json @@ -6,6 +6,30 @@ "countType":"short" } ], + "metadataints": [ + "switch", + { + "compareTo": "window_id", + "fields": { + "0": [ + "array", + { + "countType":"i16", + "type": [ + "container", + [ + { + "name": "slot", + "type": "i32" + } + ] + ] + } + ] + }, + "default": "i16" + } + ], "entityMetadataItem": [ "switch", {