From 14745fba94e2256ce6e9020fd046481143afe023 Mon Sep 17 00:00:00 2001 From: QuazChick <79767058+QuazChick@users.noreply.github.com> Date: Tue, 2 Apr 2024 08:57:46 +0100 Subject: [PATCH] Removed "commands" category (#269) --- source/general/vanilla/creative_category.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/source/general/vanilla/creative_category.json b/source/general/vanilla/creative_category.json index 92c33cc0..901a08f9 100644 --- a/source/general/vanilla/creative_category.json +++ b/source/general/vanilla/creative_category.json @@ -1,14 +1,7 @@ { - "$id": "blockception.minecraft.general.vanilla.creative_category", - "type": "string", - "title": "Category", - "description": "Determines which category this block/item will be placed under in the inventory and crafting table container screens.", - "enum": [ - "nature", - "construction", - "items", - "equipment", - "none", - "commands" - ] -} \ No newline at end of file + "$id": "blockception.minecraft.general.vanilla.creative_category", + "type": "string", + "title": "Category", + "description": "Determines which category this block/item will be placed under in the inventory and crafting table container screens.", + "enum": ["construction", "equipment", "items", "nature", "none"] +}