{
  "values": [
    "minecraft:grove",                                <= single biome
    "#minecraft:is_forest",                           <= biome tag (vanilla MC tag) [biome tags are a list of similar biomes]
    "#c:is_forest",                                   <= Neoforge & Fabric biome tag [enables the best compatibility with other mods]
    "#additionalstructures:has_structure/camp",      <= mod specific biome tag
    {
      "id": "twilightforest:firefly_forest",          <= optional biome (should be used with external mods)
      "required": false
    }
  ]
}

//              https://gist.github.com/TelepathicGrunt/b768ce904baa4598b21c3ca42f137f23