mcutils:strippable 
Vanilla strippable block behavior.
Component 
Options 
| Name | Type | Default | Description | 
|---|---|---|---|
| block | string | ||
| sound_event | string | dig.wood | 
Examples 
Log 
json
{
  "format_version": "1.21.120",
  "minecraft:block": {
    "description": {
      "identifier": "wiki:custom_log",
      "traits": {
        "minecraft:placement_position": {
          "enabled_states": ["minecraft:block_face"]
        }
      }
    },
    "components": {
      "mcutils:strippable": {
        "block": "wiki:stripped_log",
        "sound_event": "dig.wood"
      }
    }
  }
}