From 503887336ac0e3056ba01f8463dacbf48099958b Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 25 Feb 2021 01:08:06 +0100 Subject: [PATCH] Updated blocks --- source/behaviour/blocks/1.16.0/blocks.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/behaviour/blocks/1.16.0/blocks.json b/source/behaviour/blocks/1.16.0/blocks.json index a4a24b04..637664fe 100644 --- a/source/behaviour/blocks/1.16.0/blocks.json +++ b/source/behaviour/blocks/1.16.0/blocks.json @@ -44,6 +44,19 @@ "default": false, "description": "Whether or not to register this block to the creative inventory menu.", "title": "Register to creative menu" + }, + "properties": { + "title": "Properties", + "description": "UNDOCUMENATED", + "propertyNames": { + "pattern": "%([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)&" + }, + "additionalProperties": { + "oneOf": [ + { "type": "array", "oneOf": [{ "type": "boolean" }, { "type": "number" }, { "type": "integer" }, { "type": "string" }] }, + { "type": "object" } + ] + } } } },