{
  "type": "minecraft:vegetation_patch",
  "config": {
    "depth": 1,
    "extra_bottom_block_chance": 0.0,
    "extra_edge_column_chance": 0.3,
    "ground_state": {
      "type": "minecraft:simple_state_provider",
      "state": {
        "Name": "crystal_chronicles:flesh_block",
        "Properties": {
          "has_skin_above": "true"
        }
      }
    },
    "replaceable": "#crystal_chronicles:cc_blood_block",
    "surface": "floor",
    "vegetation_chance": 1.0,
    "vegetation_feature": {
      "feature": {
        "type": "simple_block",
        "config": {
          "to_place": {
            "type": "simple_state_provider",
            "state": {
              "Name": "crystal_chronicles:skin_layer"
            }
          }
        }
      },
      "placement": []
    },
    "vertical_range": 5,
    "xz_radius": {
      "type": "minecraft:uniform",
      "max_inclusive": 7,
      "min_inclusive": 4
    }
  }
}