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"] +}