Detect interaction with a block

{
  "criteria": {
    "heal": {
      "trigger": "minecraft:any_block_use",
      "conditions": {
        "location": [
          {
            "condition": "minecraft:block_state_property",
            "block": "cobblemon:healing_machine"
          }
        ]
      }
    }
  }
}```


Making an advancement to detect interaction with a block in a mod.
Continue to help post