mcutils:shovel 
Makes this item flatten dirt like a shovel.
Component 
Options 
| Name | Type | Default | Description | 
|---|---|---|---|
| size | number | 1 | |
| block | string | grass_path | 
Examples 
Shovel 
json
{
  "format_version": "1.21.120",
  "minecraft:item": {
    "description": {
      "identifier": "wiki:custom_shovel"
    },
    "components": {
      "mcutils:shovel": {
        "size": 1,
        "block": "grass_path"
      }
    }
  }
}