{
  "priority": 1000000000000,
  "populate": {
    "dirt": {
      "distribution": "uniform",
      "generator": {
        "block": "dirt",
        "material": "minecraft:stone",
        "cluster-size": 33
      },
      "cluster-count": 10,
      "min-height": 0,
      "max-height": 256,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "gravel": {
      "distribution": "uniform",
      "generator": {
        "block": "gravel",
        "material": "minecraft:stone",
        "cluster-size": 33
      },
      "cluster-count": 8,
      "min-height": 0,
      "max-height": 256,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "diorite": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "stone",
          "properties": {
            "variant": "diorite"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 33
      },
      "cluster-count": 10,
      "min-height": 0,
      "max-height": 80,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "granite": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "stone",
          "properties": {
            "variant": "granite"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 33
      },
      "cluster-count": 10,
      "min-height": 0,
      "max-height": 80,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "andesite": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "stone",
          "properties": {
            "variant": "andesite"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 33
      },
      "cluster-count": 10,
      "min-height": 0,
      "max-height": 80,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "marble": {
      "distribution": "uniform",
      "generator": {
        "material": "minecraft:stone",
        "cluster-size": 28,
        "block": {
          "name": "chisel:marble2",
          "metadata": 7
        }
      },
      "cluster-count": 15,
      "min-height": 32,
      "max-height": 256,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1
        ]
      }
    },
    "limestone": {
      "distribution": "uniform",
      "generator": {
        "material": "minecraft:stone",
        "cluster-size": 33,
        "block": {
          "name": "chisel:limestone2",
          "metadata": 7
        }
      },
      "cluster-count": 15,
      "min-height": 32,
      "max-height": 256,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1
        ]
      }
    },
    "coal": {
      "distribution": "uniform",
      "generator": {
        "block": "coal_ore",
        "material": "minecraft:stone",
        "cluster-size": 12
      },
      "cluster-count": 12,
      "min-height": 0,
      "max-height": 128,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "iron": {
      "distribution": "uniform",
      "generator": {
        "block": "iron_ore",
        "material": "minecraft:stone",
        "cluster-size": 7
      },
      "cluster-count": 12,
      "min-height": 0,
      "max-height": 64,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "gold": {
      "distribution": "uniform",
      "generator": {
        "block": "gold_ore",
        "material": "minecraft:stone",
        "cluster-size": 7
      },
      "cluster-count": 2,
      "min-height": 0,
      "max-height": 32,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "redstone": {
      "distribution": "uniform",
      "generator": {
        "block": "redstone_ore",
        "material": "minecraft:stone",
        "cluster-size": 7
      },
      "cluster-count": 6,
      "min-height": 0,
      "max-height": 16,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "diamond": {
      "distribution": "uniform",
      "generator": {
        "block": "diamond_ore",
        "material": "minecraft:stone",
        "cluster-size": 6
      },
      "cluster-count": 1,
      "min-height": 0,
      "max-height": 16,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "lapis": {
      "distribution": "gaussian",
      "generator": {
        "block": "lapis_ore",
        "material": "minecraft:stone",
        "cluster-size": 7
      },
      "cluster-count": 1,
      "center-height": 16,
      "spread": 16,
      "retrogen": false,
      "biome": "all",
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "mesa_gold": {
      "enabled": true,
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "gold_ore"
        },
        "material": "minecraft:stone",
        "cluster-size": 7
      },
      "cluster-count": 12,
      "min-height": 32,
      "max-height": 80,
      "retrogen": false,
      "biome": {
        "restriction": "whitelist",
        "value": [
          {
            "type": "id",
            "entry": [
              "mesa",
              "mesa_rock",
              "mesa_clear_rock",
              "mutated_mesa",
              "mutated_mesa_rock",
              "mutated_mesa_clear_rock"
            ]
          }
        ]
      },
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "emerald": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "emerald_ore"
        },
        "material": "minecraft:stone",
        "cluster-size": 1
      },
      "cluster-count": {
        "min": 3,
        "max": 6
      },
      "min-height": 4,
      "max-height": 28,
      "retrogen": false,
      "biome": {
        "restriction": "whitelist",
        "value": [
          {
            "type": "id",
            "entry": [
              "extreme_hills",
              "smaller_extreme_hills",
              "extreme_hills_with_trees",
              "mutated_extreme_hills",
              "mutated_extreme_hills_with_trees"
            ]
          }
        ]
      },
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "silverfish": {
      "distribution": "uniform",
      "generator": {
        "block": {
          "name": "monster_egg",
          "properties": {
            "variant": "stone"
          }
        },
        "material": "minecraft:stone",
        "cluster-size": 9
      },
      "cluster-count": 7,
      "min-height": 0,
      "max-height": 64,
      "retrogen": false,
      "biome": {
        "restriction": "whitelist",
        "value": [
          {
            "type": "id",
            "entry": [
              "extreme_hills",
              "smaller_extreme_hills",
              "extreme_hills_with_trees",
              "mutated_extreme_hills",
              "mutated_extreme_hills_with_trees"
            ]
          }
        ]
      },
      "dimension": {
        "restriction": "blacklist",
        "value": [
          -1,
          1,
          0
        ]
      }
    },
    "quartz": {
      "distribution": "uniform",
      "generator": {
        "block": "quartz_ore",
        "material": "minecraft:netherrack",
        "cluster-size": 12
      },
      "cluster-count": 12,
      "min-height": 10,
      "max-height": 118,
      "retrogen": false,
      "biome": {
        "restriction": "whitelist",
        "value": [
          {
            "type": "dictionary",
            "entry": "NETHER"
          }
        ]
      },
      "dimension": "all"
    }
  }
}