From beafe8e1169e50f5ea65f88ba7d13b514e3c3206 Mon Sep 17 00:00:00 2001 From: Ultra <79581868+Ultr4Anubis@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:42:49 +0000 Subject: [PATCH] Updated schema for the `menu_category` property (#142) --- .../blocks/format/minecraft.block.json | 23 ++++--------------- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/source/behavior/blocks/format/minecraft.block.json b/source/behavior/blocks/format/minecraft.block.json index 69fa6c75..37cf14e2 100644 --- a/source/behavior/blocks/format/minecraft.block.json +++ b/source/behavior/blocks/format/minecraft.block.json @@ -64,24 +64,11 @@ "additionalProperties": false, "required": ["category"], "properties": { - "menu_category": { - "title": "", - "description": "", - "type": "object", - "additionalProperties": false, - "properties": { - "category": { - "title": "Category", - "description": "Determines which category this block will be placed under in the inventory and crafting table container screens. Options are \"construction\", \"nature\", \"equipment\", \"items\", and \"none\". If omitted or \"none\" is specified, the block will not appear in the inventory or crafting table container screens.", - "type": "string", - "enum": ["construction", "nature", "equipment", "items", "none"] - }, - "group": { - "title": "Group", - "description": "Specifies the language file key that maps to which expandable/collapsible group this block will be a part of within a category. If this field is omitted, or there is no group whose name matches the loc string, this block will be placed standalone in the given category.", - "type": "string" - } - } + "category": { + "title": "Category", + "description": "Determines which category this block will be placed under in the inventory and crafting table container screens. Options are \"construction\", \"nature\", \"equipment\", \"items\", and \"none\". If omitted or \"none\" is specified, the block will not appear in the inventory or crafting table container screens.", + "type": "string", + "enum": ["construction", "nature", "equipment", "items", "none"] }, "group": { "title": "Group",