From 5f319448f33c555cb50c2b2616f2b6d31ce5a172 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 9 Nov 2023 19:05:40 +0100 Subject: [PATCH] Changing properties to stats --- source/behavior/blocks/format/minecraft.block.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/behavior/blocks/format/minecraft.block.json b/source/behavior/blocks/format/minecraft.block.json index 8cab27a5..43e989f2 100644 --- a/source/behavior/blocks/format/minecraft.block.json +++ b/source/behavior/blocks/format/minecraft.block.json @@ -219,14 +219,14 @@ "description": "Whether or not to register this block to the creative inventory menu.", "title": "Register To Creative Menu" }, - "properties": { - "title": "Properties", - "description": "UNDOCUMENTED.", + "states": { + "title": "States", + "description": "[HOLIDAY EXPERIMENTAL] UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" }, "type": "object", "additionalProperties": { - "title": "Property", + "title": "State", "description": "A block property.", "oneOf": [ {