Update advancement to Item Components

in 1.20.4 I've got this advancement

{
  "display": {
    "icon": {
      "id": "minecraft:bee_nest"
    },
    "title": {
      "translate": "Bee Colonist"
    },
    "description": {
      "translate": "Place a filled bee nest in the End",
      "color": "#75E1FF"
    },
    "frame": "goal",
    "announce_to_chat": true
  },
  "parent": "blazeandcave:end/in_your_face_neil_armstrong",
  "criteria": {
    "trigger": {
      "trigger": "minecraft:placed_block",
      "conditions": {
        "location": [
          {
            "condition": "minecraft:location_check",
            "predicate": {
              "dimension": "minecraft:the_end",
              "block": {
                "blocks": [
                  "minecraft:bee_nest"
                ],
                "nbt": "{Bees:[{},{},{}]}"
              }
            }
          }
        ]
      }
    }
  },
  "rewards": {
    "function": "bc_rewards:end/bee_colonist"
  }
}
Continue to help post