{
	"populate": {
		"ruby": {
			"distribution": "uniform",
			"generator": {
				"block": {
					"name": "projectred-exploration:ore",
					"metadata": 0
				},
				"material": "stone",
				"cluster-size": 6
			},
			"cluster-count": 3,
			"min-height": 16,
			"max-height": 42,
			"retrogen": "true",
			"biome": "all",
			"dimension": {
				"restriction": "blacklist",
				"value": [
					-1,
					1
				]
			}
		},
		"sapphire": {
			"distribution": "uniform",
			"generator": {
				"block": {
					"name": "projectred-exploration:ore",
					"metadata": 1
				},
				"material": "stone",
				"cluster-size": 6
			},
			"cluster-count": 3,
			"min-height": 16,
			"max-height": 42,
			"retrogen": "true",
			"biome": "all",
			"dimension": {
				"restriction": "blacklist",
				"value": [
					-1,
					1
				]
			}
		},
		"peridot": {
			"distribution": "uniform",
			"generator": {
				"block": {
					"name": "projectred-exploration:ore",
					"metadata": 2
				},
				"material": "stone",
				"cluster-size": 6
			},
			"cluster-count": 3,
			"min-height": 16,
			"max-height": 42,
			"retrogen": "true",
			"biome": "all",
			"dimension": {
				"restriction": "blacklist",
				"value": [
					-1,
					1
				]
			}
		}
	}
}