mcutils:hoe 
Makes this item till dirt like a hoe.
Component 
Options 
| Name | Type | Default | Description | 
|---|---|---|---|
| size | number | 1 | |
| block | string | farmland | 
Examples 
Hoe 
json
{
  "format_version": "1.21.120",
  "minecraft:item": {
    "description": {
      "identifier": "wiki:custom_hoe"
    },
    "components": {
      "mcutils:hoe": {
        "size": 1,
        "block": "farmland"
      }
    }
  }
}