issue using interaction etity/advancements

  "criteria": {
    "test2": {
      "trigger": "minecraft:player_interacted_with_entity",
      "conditions": {
        "player": {
          "type": "minecraft:interaction"
        },
        "item": {
          "items": "minecraft:feather"
        }
      }
    }
  },
  "requirements": [
    [
      "test2"
    ]
  ],
  "rewards": {
    "loot": [
      "minecraft:blocks/barrel"
    ],
    "experience": 100
  }
}```
Continue to help post