{
  "dependencies": "thermalfoundation",
  "populate": {
    "copper": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "thermalfoundation:ore",
          "properties": {
            "type": "copper"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 8
      },
      "cluster-count": 5,
      "min-height": 40,
      "max-height": 75,
      "retrogen": "true",
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "tin": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "thermalfoundation:ore",
          "properties": {
            "type": "tin"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 6
      },
      "cluster-count": 6,
      "min-height": 20,
      "max-height": 55,
      "retrogen": "true",
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "silver": {
      "distribution": "uniform",
      "generator": {
        "block": [
          {
            "name": "thermalfoundation:ore",
            "properties": {
              "type": "silver"
            },
            "weight": 80
          },
          {
            "name": "thermalfoundation:ore",
            "properties": {
              "type": "lead"
            },
            "weight": 20
          }
        ],
        "material": "minecraft:stone",
        "cluster-size": 6
      },
      "cluster-count": 3,
      "min-height": 5,
      "max-height": 30,
      "retrogen": "true",
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "lead": {
      "distribution": "uniform",
      "generator": {
        "block": [
          {
            "name": "thermalfoundation:ore",
            "properties": {
              "type": "lead"
            },
            "weight": 90
          },
          {
            "name": "thermalfoundation:ore",
            "properties": {
              "type": "silver"
            },
            "weight": 10
          }
        ],
        "material": "minecraft:stone",
        "cluster-size": 6
      },
      "cluster-count": 3,
      "min-height": 10,
      "max-height": 35,
      "retrogen": "true",
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "nickel": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "thermalfoundation:ore",
          "properties": {
            "type": "nickel"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 3
      },
      "cluster-count": 2,
      "min-height": 5,
      "max-height": 20,
      "retrogen": "true",
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "copper_ocean": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "thermalfoundation:ore",
          "properties": {
            "type": "copper"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 6
      },
      "cluster-count": 3,
      "min-height": 20,
      "max-height": 55,
      "retrogen": "true",
      "biome": {
        "restriction": "whitelist",
        "value": [
          {
            "type": "dictionary",
            "entry": "OCEAN"
          }
        ]
      },
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "copper_high": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "thermalfoundation:ore",
          "properties": {
            "type": "copper"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 5
      },
      "cluster-count": 8,
      "min-height": 48,
      "max-height": 96,
      "retrogen": "true",
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "sapphire_low": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "practicallogistics2:sapphireore",
          "properties": {
            "type": "sapphire"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 4
      },
      "cluster-count": 4,
      "min-height": 2,
      "max-height": 14,
      "retrogen": "true",
      "biome": "all",
      "dimension": {
        "restriction": "whitelist",
        "value": [
          111
        ]
      }
    },
    "rock_crystal": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "astralsorcery:blockcustomore",
          "properties": {
            "type": "rock_crystal"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 4
      },
      "cluster-count": 8,
      "min-height": 4,
      "max-height": 20,
      "retrogen": "true",
      "biome": "all",
      "dimension": {
        "restriction": "whitelist",
        "value": [
          111,
          7
        ]
      }
    },
    "aquamarine": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "astralsorcery:blockcustomsandore",
          "properties": {
            "type": "aquamarine"
          }
        },
        "material": "minecraft:sand",
        "cluster-size": 4
      },
      "cluster-count": 16,
      "min-height": 40,
      "max-height": 120,
      "retrogen": "true",
      "biome": "all",
      "dimension": {
        "restriction": "whitelist",
        "value": [
          111,
          7
        ]
      }
    }
  }
}