Update Dyeing authored by Ashijin's avatar Ashijin
Color Tinting allows you to make cosmetics where the user can choose which color they want it to be while wearing it by using the `/cosmetic dye` command. Color Tinting allows you to make cosmetics where the user can choose which color they want it to be while wearing it by using the customization menu or the `/cosmetic dye` command.
To use this feature, the cosmetic must be a colorable item type (such as leather armor, leather horse armor, or potions). Then you can simply add `Colorable: true` to the cosmetic's configuration file. To use this feature, the cosmetic must be either a colorable item type (such as leather armor, leather horse armor, or potions) or be generated with an item definition that allows coloring.
## Coloring Cosmetics Then you can simply add `Colorable: true` to the cosmetic's configuration file to make it colorable, and `Color: '#FF0000'` to set the default color.
Currently the only way to apply a color to a colorable cosmetic is by using the dye command: \ No newline at end of file
* **`/cosmetic dye [type] [color]`**
For example, `/cosmetic dye HAT #FF0000` would dye the hat you're wearing red if it's a colorable item!
***More options for coloring items are coming in a future update***
\ No newline at end of file