> 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="/files/86FOr3BMwrirbKIDUKdj" 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
```
