Skip to content

Commit

Permalink
Merge pull request #775 from StealthyExpertX/patch-1
Browse files Browse the repository at this point in the history
Update creative-categories.md
  • Loading branch information
SmokeyStack authored Dec 27, 2023
2 parents ee4e2df + ddc1dd1 commit 5b23636
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/documentation/creative-categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Creative categories are the categories that determine where an item or block wil
As of 1.17.30 this feature is currently experimental and is currently available for both custom items & blocks. Make sure to use the [1.16.100+ format version!](/items/items-16)
:::

Item categories applied with the item description direct it to a more broad field in the creative category, individual tabs. They need to be the same tab as the component `creative_category`. Such would be applied like the following example:
Item categories applied with the item description direct it to a more broad field in the creative category, individual tabs. They need to be the same tab as the component `creative_category`. Such would be applied in the following example:

<CodeHeader></CodeHeader>

Expand All @@ -42,6 +42,10 @@ Item categories applied with the item component `creative_category` direct it ex

<CodeHeader></CodeHeader>

::: tip
In Minecraft 1.20.0 and newer, hiding items in the creative menu isn't possible. Items must be categorized as 'Items', 'Equipment', 'Construction', or 'Nature' in the 'description' section, using 'category': '<type>'.
:::

```json
{
"minecraft:creative_category": {
Expand Down

0 comments on commit 5b23636

Please sign in to comment.