{
  "condition": "minecraft:entity_properties",
  "entity": "this",
  "predicate": {
    "type": "minecraft:player",
    "stepping_on": {
      "block": {
        "blocks": [
          "minecraft:snow"
        ],
        "state": {
          "layers": 2
        }
      }
    }
  }
}
