mcutils:potted_flower 
Vanilla flower pot behavior.
WARNING
This component has been removed in 0.0.6 in favor of minecraft:flower_pottable
Component 
Options 
| Name | Type | Default | Description | 
|---|---|---|---|
| item | string | ||
| block | string | flower_pot | 
Examples 
Flower 
json
{
  "format_version": "1.21.120",
  "minecraft:block": {
    "description": {
      "identifier": "wiki:custom_potted_flower"
    },
    "components": {
      "mcutils:potted_flower": {
        "item": "mcutils:flower",
        "block": "minecraft:flower_pot"
      }
    }
  }
}