initial commit
This commit is contained in:
commit
5dfd7f1986
294 changed files with 22656 additions and 0 deletions
393
config/cofh/world/00_minecraft.json
Normal file
393
config/cofh/world/00_minecraft.json
Normal file
|
@ -0,0 +1,393 @@
|
|||
{
|
||||
"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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"coal": {
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": "coal_ore",
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 17
|
||||
},
|
||||
"cluster-count": 20,
|
||||
"min-height": 0,
|
||||
"max-height": 128,
|
||||
"retrogen": false,
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"iron": {
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": "iron_ore",
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 9
|
||||
},
|
||||
"cluster-count": 20,
|
||||
"min-height": 0,
|
||||
"max-height": 64,
|
||||
"retrogen": false,
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"gold": {
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": "gold_ore",
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 9
|
||||
},
|
||||
"cluster-count": 2,
|
||||
"min-height": 0,
|
||||
"max-height": 32,
|
||||
"retrogen": false,
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"redstone": {
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": "redstone_ore",
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 8
|
||||
},
|
||||
"cluster-count": 8,
|
||||
"min-height": 0,
|
||||
"max-height": 16,
|
||||
"retrogen": false,
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"diamond": {
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": "diamond_ore",
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 8
|
||||
},
|
||||
"cluster-count": 1,
|
||||
"min-height": 0,
|
||||
"max-height": 16,
|
||||
"retrogen": false,
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"mesa_gold": {
|
||||
"enabled": true,
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": {
|
||||
"name": "gold_ore"
|
||||
},
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 9
|
||||
},
|
||||
"cluster-count": 20,
|
||||
"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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"quartz": {
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": "quartz_ore",
|
||||
"material": "minecraft:netherrack",
|
||||
"cluster-size": 14
|
||||
},
|
||||
"cluster-count": 16,
|
||||
"min-height": 10,
|
||||
"max-height": 118,
|
||||
"retrogen": false,
|
||||
"biome": {
|
||||
"restriction": "whitelist",
|
||||
"value": [
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "NETHER"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dimension": "all"
|
||||
}
|
||||
}
|
||||
}
|
313
config/cofh/world/01_thermalfoundation_ores.json
Normal file
313
config/cofh/world/01_thermalfoundation_ores.json
Normal file
|
@ -0,0 +1,313 @@
|
|||
{
|
||||
"dependencies": "thermalfoundation",
|
||||
"populate": {
|
||||
"copper": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": {
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "copper"
|
||||
}
|
||||
},
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 8
|
||||
},
|
||||
"cluster-count": 8,
|
||||
"min-height": 40,
|
||||
"max-height": 75,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"tin": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": {
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "tin"
|
||||
}
|
||||
},
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 8
|
||||
},
|
||||
"cluster-count": 7,
|
||||
"min-height": 20,
|
||||
"max-height": 55,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"silver": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": [
|
||||
{
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "silver"
|
||||
},
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "lead"
|
||||
},
|
||||
"weight": 20
|
||||
}
|
||||
],
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 8
|
||||
},
|
||||
"cluster-count": 4,
|
||||
"min-height": 5,
|
||||
"max-height": 30,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"lead": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": [
|
||||
{
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "lead"
|
||||
},
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "silver"
|
||||
},
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 8
|
||||
},
|
||||
"cluster-count": 4,
|
||||
"min-height": 10,
|
||||
"max-height": 35,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"nickel": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": {
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "nickel"
|
||||
}
|
||||
},
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 4
|
||||
},
|
||||
"cluster-count": 2,
|
||||
"min-height": 5,
|
||||
"max-height": 20,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"platinum": {
|
||||
"enabled": "false",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": [
|
||||
{
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "platinum"
|
||||
},
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "nickel"
|
||||
},
|
||||
"weight": 60
|
||||
}
|
||||
],
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 4
|
||||
},
|
||||
"cluster-count": 1,
|
||||
"min-height": 5,
|
||||
"max-height": 25,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"aluminum": {
|
||||
"enabled": "false",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": {
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "aluminum"
|
||||
}
|
||||
},
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 8
|
||||
},
|
||||
"cluster-count": 8,
|
||||
"min-height": 40,
|
||||
"max-height": 75,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"iridium": {
|
||||
"enabled": "false",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": [
|
||||
{
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "iridium"
|
||||
},
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "platinum"
|
||||
},
|
||||
"weight": 60
|
||||
}
|
||||
],
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 4
|
||||
},
|
||||
"cluster-count": 1,
|
||||
"min-height": 5,
|
||||
"max-height": 25,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"copper_ocean": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": {
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "copper"
|
||||
}
|
||||
},
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 8
|
||||
},
|
||||
"cluster-count": 4,
|
||||
"min-height": 20,
|
||||
"max-height": 55,
|
||||
"retrogen": "true",
|
||||
"biome": {
|
||||
"restriction": "whitelist",
|
||||
"value": [
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "OCEAN"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"copper_high": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": {
|
||||
"name": "thermalfoundation:ore",
|
||||
"properties": {
|
||||
"type": "copper"
|
||||
}
|
||||
},
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 8
|
||||
},
|
||||
"cluster-count": 8,
|
||||
"min-height": 48,
|
||||
"max-height": 96,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
184
config/cofh/world/02_thermalfoundation_oil.json
Normal file
184
config/cofh/world/02_thermalfoundation_oil.json
Normal file
|
@ -0,0 +1,184 @@
|
|||
{
|
||||
"dependencies": "thermalfoundation",
|
||||
"populate": {
|
||||
"oil_sand_clathrate": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": {
|
||||
"name": "thermalfoundation:ore_fluid",
|
||||
"properties": {
|
||||
"type": "crude_oil_sand"
|
||||
}
|
||||
},
|
||||
"material": [
|
||||
"minecraft:sand",
|
||||
"minecraft:sandstone",
|
||||
"minecraft:stone"
|
||||
],
|
||||
"cluster-size": 16
|
||||
},
|
||||
"cluster-count": 4,
|
||||
"chunk-chance": 10,
|
||||
"min-height": 10,
|
||||
"max-height": 80,
|
||||
"in-village": "false",
|
||||
"retrogen": "true",
|
||||
"biome": {
|
||||
"restriction": "whitelist",
|
||||
"value": [
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "SANDY"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dimension": "all"
|
||||
},
|
||||
"oil_shale_clathrate": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": [
|
||||
{
|
||||
"name": "thermalfoundation:ore_fluid",
|
||||
"properties": {
|
||||
"type": "crude_oil_gravel"
|
||||
},
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"name": "minecraft:coal_ore",
|
||||
"weight": 20
|
||||
}
|
||||
],
|
||||
"material": [
|
||||
"minecraft:dirt",
|
||||
"minecraft:gravel",
|
||||
"minecraft:stone"
|
||||
],
|
||||
"cluster-size": 16
|
||||
},
|
||||
"cluster-count": 4,
|
||||
"chunk-chance": 10,
|
||||
"min-height": 10,
|
||||
"max-height": 80,
|
||||
"in-village": "false",
|
||||
"retrogen": "true",
|
||||
"biome": {
|
||||
"restriction": "whitelist",
|
||||
"value": [
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "MESA"
|
||||
},
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "OCEAN"
|
||||
},
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "SNOWY"
|
||||
},
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "SWAMP"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dimension": "all"
|
||||
},
|
||||
"oil_sand": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"type": "geode",
|
||||
"block": [
|
||||
{
|
||||
"name": "thermalfoundation:ore_fluid",
|
||||
"properties": {
|
||||
"type": "crude_oil_sand"
|
||||
},
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"name": "minecraft:sand",
|
||||
"weight": 20
|
||||
}
|
||||
],
|
||||
"material": [
|
||||
"minecraft:sand",
|
||||
"minecraft:sandstone",
|
||||
"minecraft:stone"
|
||||
],
|
||||
"hollow": "true",
|
||||
"filler": "thermalfoundation:fluid_crude_oil",
|
||||
"crust": "minecraft:sandstone"
|
||||
},
|
||||
"cluster-count": 3,
|
||||
"chunk-chance": 40,
|
||||
"min-height": 30,
|
||||
"max-height": 60,
|
||||
"in-village": "false",
|
||||
"retrogen": "true",
|
||||
"biome": {
|
||||
"restriction": "whitelist",
|
||||
"value": [
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "SANDY"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"oil_shale": {
|
||||
"enabled": "true",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"type": "geode",
|
||||
"block": [
|
||||
{
|
||||
"name": "thermalfoundation:ore_fluid",
|
||||
"properties": {
|
||||
"type": "crude_oil_gravel"
|
||||
},
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"name": "minecraft:gravel",
|
||||
"weight": 20
|
||||
}
|
||||
],
|
||||
"material": [
|
||||
"minecraft:dirt",
|
||||
"minecraft:gravel",
|
||||
"minecraft:stone"
|
||||
],
|
||||
"hollow": "true",
|
||||
"filler": "thermalfoundation:fluid_crude_oil",
|
||||
"crust": "minecraft:stone"
|
||||
},
|
||||
"cluster-count": 2,
|
||||
"chunk-chance": 50,
|
||||
"min-height": 20,
|
||||
"max-height": 60,
|
||||
"in-village": "false",
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
104
config/cofh/world/03_thermalfoundation_clathrates.json
Normal file
104
config/cofh/world/03_thermalfoundation_clathrates.json
Normal file
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"dependencies": "thermalfoundation",
|
||||
"populate": {
|
||||
"redstone_clathrate": {
|
||||
"enabled": "false",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": [
|
||||
{
|
||||
"name": "thermalfoundation:ore_fluid",
|
||||
"properties": {
|
||||
"type": "redstone"
|
||||
},
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"name": "thermalfoundation:fluid_redstone",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"material": "minecraft:stone",
|
||||
"cluster-size": 16
|
||||
},
|
||||
"cluster-count": 2,
|
||||
"chunk-chance": 12,
|
||||
"min-height": 0,
|
||||
"max-height": 20,
|
||||
"retrogen": "true",
|
||||
"biome": "all",
|
||||
"dimension": {
|
||||
"restriction": "blacklist",
|
||||
"value": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"glowstone_clathrate": {
|
||||
"enabled": "false",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": [
|
||||
{
|
||||
"name": "thermalfoundation:ore_fluid",
|
||||
"properties": {
|
||||
"type": "glowstone"
|
||||
},
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"name": "thermalfoundation:fluid_glowstone",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"material": "minecraft:netherrack",
|
||||
"cluster-size": 20
|
||||
},
|
||||
"cluster-count": 2,
|
||||
"chunk-chance": 12,
|
||||
"min-height": 10,
|
||||
"max-height": 40,
|
||||
"retrogen": "true",
|
||||
"biome": {
|
||||
"restriction": "whitelist",
|
||||
"value": [
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "NETHER"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dimension": "all"
|
||||
},
|
||||
"ender_clathrate": {
|
||||
"enabled": "false",
|
||||
"distribution": "uniform",
|
||||
"generator": {
|
||||
"block": {
|
||||
"name": "thermalfoundation:ore_fluid",
|
||||
"properties": {
|
||||
"type": "ender"
|
||||
}
|
||||
},
|
||||
"material": "minecraft:end_stone",
|
||||
"cluster-size": 24
|
||||
},
|
||||
"cluster-count": 10,
|
||||
"chunk-chance": 4,
|
||||
"min-height": 10,
|
||||
"max-height": 80,
|
||||
"retrogen": "true",
|
||||
"biome": {
|
||||
"restriction": "whitelist",
|
||||
"value": [
|
||||
{
|
||||
"type": "dictionary",
|
||||
"entry": "END"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dimension": "all"
|
||||
}
|
||||
}
|
||||
}
|
31
config/cofh/world/config.cfg
Normal file
31
config/cofh/world/config.cfg
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Configuration file
|
||||
|
||||
~CONFIG_VERSION: 1.4.0
|
||||
|
||||
World {
|
||||
# If TRUE, CoFH World will not generate features at all. This option is intended for use when you want another mod to handle ore generation but do not want to blank out the various .json files yourself. Flat Bedrock may still be used. [default: false]
|
||||
B:DisableAllGeneration=false
|
||||
|
||||
# If TRUE, standard Minecraft ore generation will be REPLACED. Configure in the 00_minecraft.json file; standard Minecraft defaults have been provided. If you rename the 00_minecraft.json file, this option WILL NOT WORK. [default: false]
|
||||
B:ReplaceStandardGeneration=false
|
||||
|
||||
# If TRUE, world generation handled by CoFH World will be retroactively applied to existing chunks. [default: false]
|
||||
B:RetroactiveGeneration=false
|
||||
|
||||
# This adjusts the % chance that a tree will grow as normal when it is meant to. Reducing this value will mean that trees take longer to grow, on average. [range: 1 ~ 100, default: 100]
|
||||
I:TreeGrowthChance=100
|
||||
|
||||
Bedrock {
|
||||
# If TRUE, the bedrock layer will be flattened. [default: false]
|
||||
B:EnableFlatBedrock=false
|
||||
|
||||
# If TRUE, Flat Bedrock will retroactively be applied to existing chunks, if retroactive generation is enabled. [default: false]
|
||||
B:EnableRetroactiveFlatBedrock=false
|
||||
|
||||
# This adjusts the number of layers of Flat Bedrock, if enabled. [range: 1 ~ 8, default: 2]
|
||||
I:NumBedrockLayers=2
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue