Files
minecraft-bedrock-json-schemas/source/general/vanilla/creative_category.json
Xterionix c3516b06cf - Add separate ref to creative tabs and groups (#233)
- Change description so it's not UNDOCUMENTED
2024-03-20 09:16:15 +01:00

14 lines
366 B
JSON

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