Skip to content

Commit

Permalink
Removed "commands" category (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuazChick committed Apr 2, 2024
1 parent f9d4085 commit 14745fb
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions source/general/vanilla/creative_category.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit 14745fb

Please sign in to comment.