Changes
Page history
Update Categories
authored
Feb 11, 2023
by
Vierdant
Show whitespace changes
Inline
Side-by-side
Categories.md
View page @
d4e9d9b6
...
...
@@ -55,7 +55,7 @@ The icon is the item displayed in the tab button in the advancement menu, and in
You have to provide a valid material name,
**MAKE SURE IT IS UPPERCASE**
.
Optionally, you have the choice to provide a model data value (CustomModelData).
## Example
```
```
yml
SPECIAL
:
Display
:
'
Special'
Background
:
'
textures/block/quartz_pillar.png'
...
...
@@ -64,6 +64,16 @@ SPECIAL:
```

```
yml
MYTHIC_ACHIEVEMENTS
:
Display
:
'
Mythic
Achievements'
Description
:
'
Get
Achieving'
Background
:
'
textures/block/blue_concrete.png'
Icon
:
Material
:
DIAMOND
```

This example only uses the required values to generate a valid category.
To learn how to add achievements to the category you created, see
[
Creating Achievements
](
Usage
)
\ No newline at end of file