Using Terralith Biomes in my loot table

I am using the "minecraft:location_check" condition and would love to know if there is any way I could make it compatible with terralith biomes?

  "type": "minecraft:fishing",
  "random_sequence": "minecraft:gameplay/fishing",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "conditions": [
            {
              "condition": "minecraft:location_check",
              "predicate": {
                "biomes": [
                    "minecraft:badlands",
                    "minecraft:wooded_badlands",
                    "minecraft:eroded_badlands"
                ]
              }
            }
          ],
          "value": "chickensfish:badlands/root",
          "weight": 1
        },

As soon as I add terralith:ancient_sands to the list, the loot table, no longer works : (

Continue to help post