{
  "format_version": "1.13.0",
  "minecraft:feature_rules": {
    "description": {
      "identifier": "minecraft:mega_taiga_first_forest_rock_feature",
      "places_feature": "minecraft:legacy:forest_rock_feature"
    },
    "conditions": {
      "placement_pass": "first_pass",
      "minecraft:biome_filter": [
        {
          "test": "has_biome_tag",
          "operator": "==",
          "value": "taiga"
        },
        {
          "test": "has_biome_tag",
          "operator": "==",
          "value": "mega"
        }
      ]
    },
    "distribution": {
      "iterations": 1,
      "x": 0,
      "y": "query.heightmap(variable.worldx, variable.worldz)",
      "z": 0
    }
  }
}
