-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoil_placed_feature.json
More file actions
61 lines (60 loc) · 1.29 KB
/
oil_placed_feature.json
File metadata and controls
61 lines (60 loc) · 1.29 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"feature": {
"type":"buildcraftenergy:worldgen.feature.oil",
"config":{
"excludedBiomes": [
"minecraft:the_end",
"minecraft:end_barrens",
"minecraft:end_highlands",
"minecraft:end_midlands",
"minecraft:small_end_islands",
"minecraft:crimson_forest",
"minecraft:basalt_deltas",
"minecraft:nether_wastes",
"minecraft:warped_forest",
"minecraft:the_void"
],
"excessiveBiomes":[
{
"biome" : "minecraft:desert",
"noiseScale" : 0.001,
"noiseThreshold" : 0.7
},
{
"biome" : "minecraft:deep_cold_ocean",
"noiseScale" : 0.0005,
"noiseThreshold" : 0.7
},
{
"biome" : "minecraft:deep_ocean",
"noiseScale" : 0.0005,
"noiseThreshold" : 0.9
}
],
"surfaceDepositBiomes":[
],
"oilWellGenerationRate" : 1.0,
"genOilInEveryVanillaBiomes" : true,
"genOilInEveryModBiomes" : false,
"oilStructureSetting" :{
"genOilState": {
"Name": "buildcraftenergy:oil"
},
"enableOilSpouts" : true,
"smallSpoutMinHeight" : 6,
"smallSpoutMaxHeight" : 12,
"largeSpoutMinHeight" : 10,
"largeSpoutMaxHeight" : 20,
"smallOilGenProb" : 2.0,
"mediumOilGenProb" : 0.1,
"largeOilGenProb" : 0.04
}
}
},
"placement":[
{
"type":"count",
"count":1
}
]
}