Removed "commands" category (#269)

This commit is contained in:
QuazChick
2024-04-02 08:57:46 +01:00
committed by GitHub
parent f9d4085292
commit 14745fba94

View File

@@ -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"
]
}
"$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"]
}