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": [ {