Update Hats authored by Ashijin's avatar Ashijin
......@@ -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:
```
BASIC_HAT:
basic_hat:
Model: item/cosmetics/hats/basic_hat
Display: 'Basic Hat'
Description:
......@@ -20,7 +20,7 @@ BASIC_HAT:
| 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 |
| `Display` | The display name of the cosmetic in menus |
| `Description` | The lore of the cosmetic in menus |
......
......