mcutils:flint_and_steel 
Makes this item place fire like a flint and steel.
Component 
Options 
| Name | Type | Default | Description | 
|---|---|---|---|
| block | string | fire | |
| size | number | 1 | 
Examples 
Flint and Steel 
json
{
  "format_version": "1.21.120",
  "minecraft:item": {
    "description": {
      "identifier": "wiki:custom_flint_and_steel"
    },
    "components": {
      "mcutils:flint_and_steel": {
        "size": 1,
        "block": "fire"
      }
    }
  }
}