Changes
Page history
Update Hats
authored
Feb 17, 2026
by
Ashijin
Hide whitespace changes
Inline
Side-by-side
Hats.md
View page @
0292427e
...
@@ -8,7 +8,7 @@ You can have one or more files in the folder, and a file can have multiple cosme
...
@@ -8,7 +8,7 @@ You can have one or more files in the folder, and a file can have multiple cosme
To add a hat, create or modify a file inside the `hats` folder within whatever [pack](Packs) you want and use the following config format:
To add a hat, create or modify a file inside the `hats` folder within whatever [pack](Packs) you want and use the following config format:
```
```
BASIC_HAT
:
basic_hat
:
Model: item/cosmetics/hats/basic_hat
Model: item/cosmetics/hats/basic_hat
Display: 'Basic Hat'
Display: 'Basic Hat'
Description:
Description:
...
@@ -20,7 +20,7 @@ BASIC_HAT:
...
@@ -20,7 +20,7 @@ BASIC_HAT:
| Option | Description |
| Option | Description |
| ------ | ----------- |
| ------ | ----------- |
| `ID` | The ID of the cosmetic (in the example: `
BASIC_HAT
`) |
| `ID` | The ID of the cosmetic (in the example: `
basic_hat
`) |
| `Model` | The model path to the hat inside your resource pack item definitions |
| `Model` | The model path to the hat inside your resource pack item definitions |
| `Display` | The display name of the cosmetic in menus |
| `Display` | The display name of the cosmetic in menus |
| `Description` | The lore of the cosmetic in menus |
| `Description` | The lore of the cosmetic in menus |
...
...
...
...