====== painting_variant ====== The ''painting_variant'' entry provider type adds painting data to item stacks on the [[mc>Data_component_format#entity_data|minecraft:entity_data]] from the specified [[mc>Painting#Canvases|painting variant]] tag. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''item'' | The item to use for the item stack. | An item | | | ''tag'' | Determines which painting variant to add to the item data. | A [[mc>Painting#Canvases|painting variant]] tag predicate | | ===== Example ===== { "type": "painting_variant", "item": "minecraft:painting", "tag": { "id": "minecraft:placeable", "expected": true } }