summaryrefslogtreecommitdiff
path: root/config/cofh/world/03_nether.json
blob: f24c208035dc94786bdd4602e1b08aaf9430b995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
	"priority": 1000000000000,
	"populate": {
		"nickel": {
			"distribution": "uniform",
			"generator": {
				"block": [
					{
						"name": "gregtech:ore_pentlandite_0",
						"weight": 40
					},
					{
						"name": "gregtech:ore_sulfur_0",
						"weight": 40
					},
					{
						"name": "gregtech:ore_brown_limonite_0",
						"weight": 20
					}
				],
				"material": "minecraft:netherrack",
				"cluster-size": 35
			},
			"cluster-count": 16,
			"min-height": 10,
			"max-height": 118,
			"retrogen": true,
			"biome": "all",
			"dimension": "all"
		}
	}
}