Removed "commands" category (#269)
This commit is contained in:
@@ -1,14 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.general.vanilla.creative_category",
|
"$id": "blockception.minecraft.general.vanilla.creative_category",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Category",
|
"title": "Category",
|
||||||
"description": "Determines which category this block/item will be placed under in the inventory and crafting table container screens.",
|
"description": "Determines which category this block/item will be placed under in the inventory and crafting table container screens.",
|
||||||
"enum": [
|
"enum": ["construction", "equipment", "items", "nature", "none"]
|
||||||
"nature",
|
|
||||||
"construction",
|
|
||||||
"items",
|
|
||||||
"equipment",
|
|
||||||
"none",
|
|
||||||
"commands"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user