mcutils:crop 
Vanilla crop block behavior.
Component 
Options 
| Name | Type | Default | Description | 
|---|---|---|---|
| growth_state | string | mcutils:growth | |
| max_stage | number | 7 | 
Examples 
Crop 
json
{
  "format_version": "1.21.120",
  "minecraft:block": {
    "description": {
      "identifier": "wiki:custom_crop",
      "states": {
        "mcutils:growth": [0, 1, 2, 3, 4, 5, 6, 7]
      }
    },
    "components": {
      "mcutils:crop": {
        "growth_state": "mcutils:growth",
        "max_stage": 7
      },
      "mcutils:fertilizable": {
        "growth_state": "mcutils:growth",
        "max_stage": 7
      }
    }
  }
}