---
title: Adding Painting Descriptions
icon: minecraft:painting
---

In Minecraft, paintings can have different IDs that Item Descriptions can use to customize its descriptions.

For example, to add a description to the painting "minecraft:meditative", you would add the following entry to your resource pack's language file (`en_us.json` for English U.S.).

```json
"lore.minecraft.painting.minecraft.meditative": "A painting of a rose.",
```