Files
minecraft-bedrock-json-schemas/source/general/vanilla/creative_category.json

8 lines
321 B
JSON
Raw Normal View History

{
2024-04-02 08:57:46 +01:00
"$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"]
}