anvilcraft/src/overrides/config/cofh/world/01_thermalfoundation_ores.json
2023-04-08 14:38:52 +02:00

307 lines
5.2 KiB
JSON

{
"dependencies": "thermalfoundation",
"populate": {
"copper": {
"enabled": "true",
"distribution": "uniform",
"generator": {
"block": {
"name": "lucraftcore:ore_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": "lucraftcore:ore_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
]
}
},
"osmium": {
"enabled": "true",
"distribution": "uniform",
"generator": {
"block": {
"name": "lucraftcore:ore_osmium"
},
"material": "minecraft:stone",
"cluster-size": 8
},
"cluster-count": 7,
"min-height": 20,
"max-height": 60,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "blacklist",
"value": [
-1,
1
]
}
},
"silver": {
"enabled": "true",
"distribution": "uniform",
"generator": {
"block": [
{
"name": "lucraftcore:ore_silver",
"weight": 80
},
{
"name": "lucraftcore:ore_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": "lucraftcore:ore_lead",
"weight": 90
},
{
"name": "lucraftcore:ore_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": "lucraftcore:ore_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": "true",
"distribution": "uniform",
"generator": {
"block": [
{
"name": "thermalfoundation:ore",
"properties": {
"type": "platinum"
},
"weight": 60
},
{
"name": "lucraftcore:ore_titanium",
"properties": {
"type": "platinum"
},
"weight": 40
}
],
"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": "true",
"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": "true",
"distribution": "uniform",
"generator": {
"block": [
{
"name": "lucraftcore:ore_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": "lucraftcore:ore_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": "lucraftcore:ore_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
]
}
}
}
}