View difference between Paste ID: 8ScQ9v91 and jMUqbQWY
SHOW: | | - or go back to the newest paste.
1
{
2
	"dependencies": "thermalfoundation",
3
	"populate": {
4
		"aluminum": {
5
			"enabled": "true",
6
			"distribution": "uniform",
7
			"generator": {
8
				"block": {
9
					"name": "thermalfoundation:ore",
10
					"properties": {
11
						"type": "aluminum"
12
					}
13
				},
14
				"material": "stone",
15
				"cluster-size": 4
16
			},
17
			"cluster-count": 8,
18
			"min-height": 40,
19
			"max-height": 75,
20
			"retrogen": "true",
21
			"biome": "all",
22
			"dimension": {
23
				"restriction": "blacklist",
24
				"value": [
25
					-1,
26
					0,
27
					1
28
				]
29
			}
30
		}
31
	}
32
}