- Add separate ref to creative tabs and groups (#233)

- Change description so it's not UNDOCUMENTED
This commit is contained in:
Xterionix
2024-03-20 13:16:15 +05:00
committed by GitHub
parent 27802fdc63
commit c3516b06cf
4 changed files with 106 additions and 135 deletions

View File

@@ -0,0 +1,14 @@
{
"$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"
]
}