> For the complete documentation index, see [llms.txt](https://cosmeticscore.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cosmeticscore.devs.beer/adding-content/properties.md).

# Properties

## `tooltip_style`

Use the new Minecraft 1.21.2+ feature to customize tooltip.

Example (download the resourcepack [here](https://www.planetminecraft.com/texture-pack/custom-tooltip-textures/))

<figure><img src="https://517658335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcHqkAbmdfwmU7TFYbk0w%2Fuploads%2F8ISg0tY09oJnFChuqs0v%2Fimage.png?alt=media&amp;token=f314ea30-98e3-4a0d-8ec3-c591dd81c815" alt=""><figcaption></figcaption></figure>

```yaml
cosmetics:
  balloon_diamond_block:
    enabled: true
    display_name: "Diamond Block"
    tooltip_style: rainbow
    type: BALLOON
    model:
      gui: DIAMOND_BLOCK
      normal: DIAMOND_BLOCK
```
