{
  "type": "tfc:cluster_vein",
  "config": {
    "rarity": 100,
    "density": 0.3,
    "min_y": 48,
    "max_y": 100,
    "size": 15,
    "random_name": "surface_bauxite",
    "blocks": [
      {
        "replace": [
          "tfc:rock/raw/shale"
        ],
        "with": [
          {
            "weight": 70,
            "block": "tfc_ie_addon:ore/poor_bauxite/shale"
          },
          {
            "weight": 25,
            "block": "tfc_ie_addon:ore/normal_bauxite/shale"
          },
          {
            "weight": 5,
            "block": "tfc_ie_addon:ore/rich_bauxite/shale"
          }
        ]
      },
      {
        "replace": [
          "tfc:rock/raw/claystone"
        ],
        "with": [
          {
            "weight": 70,
            "block": "tfc_ie_addon:ore/poor_bauxite/claystone"
          },
          {
            "weight": 25,
            "block": "tfc_ie_addon:ore/normal_bauxite/claystone"
          },
          {
            "weight": 5,
            "block": "tfc_ie_addon:ore/rich_bauxite/claystone"
          }
        ]
      },
      {
        "replace": [
          "tfc:rock/raw/limestone"
        ],
        "with": [
          {
            "weight": 70,
            "block": "tfc_ie_addon:ore/poor_bauxite/limestone"
          },
          {
            "weight": 25,
            "block": "tfc_ie_addon:ore/normal_bauxite/limestone"
          },
          {
            "weight": 5,
            "block": "tfc_ie_addon:ore/rich_bauxite/limestone"
          }
        ]
      },
      {
        "replace": [
          "tfc:rock/raw/conglomerate"
        ],
        "with": [
          {
            "weight": 70,
            "block": "tfc_ie_addon:ore/poor_bauxite/conglomerate"
          },
          {
            "weight": 25,
            "block": "tfc_ie_addon:ore/normal_bauxite/conglomerate"
          },
          {
            "weight": 5,
            "block": "tfc_ie_addon:ore/rich_bauxite/conglomerate"
          }
        ]
      },
      {
        "replace": [
          "tfc:rock/raw/dolomite"
        ],
        "with": [
          {
            "weight": 70,
            "block": "tfc_ie_addon:ore/poor_bauxite/dolomite"
          },
          {
            "weight": 25,
            "block": "tfc_ie_addon:ore/normal_bauxite/dolomite"
          },
          {
            "weight": 5,
            "block": "tfc_ie_addon:ore/rich_bauxite/dolomite"
          }
        ]
      },
      {
        "replace": [
          "tfc:rock/raw/chert"
        ],
        "with": [
          {
            "weight": 70,
            "block": "tfc_ie_addon:ore/poor_bauxite/chert"
          },
          {
            "weight": 25,
            "block": "tfc_ie_addon:ore/normal_bauxite/chert"
          },
          {
            "weight": 5,
            "block": "tfc_ie_addon:ore/rich_bauxite/chert"
          }
        ]
      },
      {
        "replace": [
          "tfc:rock/raw/chalk"
        ],
        "with": [
          {
            "weight": 70,
            "block": "tfc_ie_addon:ore/poor_bauxite/chalk"
          },
          {
            "weight": 25,
            "block": "tfc_ie_addon:ore/normal_bauxite/chalk"
          },
          {
            "weight": 5,
            "block": "tfc_ie_addon:ore/rich_bauxite/chalk"
          }
        ]
      }
    ],
    "indicator": {
      "rarity": 12,
      "depth": 35,
      "underground_rarity": 1,
      "underground_count": 0,
      "blocks": [
        {
          "block": "tfc_ie_addon:ore/small_bauxite"
        }
      ]
    }
  }
}