{
  "format_version": "1.21.110",
  "minecraft:biome": {
    "description": {
      "identifier": "minecraft:roofed_forest"
    },
    "components": {
      "minecraft:climate": {
        "downfall": 0.8,
        "snow_accumulation": [ 0.0, 0.125 ],
        "temperature": 0.7
      },
      "minecraft:overworld_height": {
        "noise_type": "default"
      },
      "minecraft:surface_builder": {
        "builder": {
          "type": "minecraft:overworld",
          "sea_floor_depth": 7,
          "sea_floor_material": "minecraft:gravel",
          "foundation_material": "minecraft:stone",
          "mid_material": "minecraft:dirt",
          "top_material": "minecraft:grass_block",
          "sea_material": "minecraft:water"
        }
      },
      "minecraft:overworld_generation_rules": {
        "hills_transformation": "minecraft:plains",
        "mutate_transformation": "minecraft:roofed_forest_mutated",
        "generate_for_climates": [
          [ "medium", 1 ]
        ]
      },
      "minecraft:humidity": {
        "is_humid": true
      },

      "minecraft:tags": {
        "tags": [
          "animal",
          "forest",
          "monster",
          "no_legacy_worldgen",
          "overworld",
          "roofed"
        ]
      }
    }
  }
}
