mcutils:flower_bed 
Vanilla flower bed block behavior.
Component 
Options 
| Name | Type | Default | Description | 
|---|---|---|---|
| flowers_state | string | mcutils:flowers | |
| max_flowers | number | 4 | 
Examples 
Flower Bed 
json
{
  "format_version": "1.21.120",
  "minecraft:block": {
    "description": {
      "identifier": "wiki:custom_flower_bed",
      "states": {
        "mcutils:flowers": [1, 2, 3, 4]
      }
    },
    "components": {
      "mcutils:flower_bed": {
        "flowers_state": "mcutils:flowers",
        "max_flowers": 4
      }
    }
  }
}