Files
Astroblock/overrides/config/cofh/world/01_thermalfoundation_ores.json
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

176 lines
3.1 KiB
JSON

{
"dependencies": "thermalfoundation",
"populate": {
"copper": {
"distribution": "uniform",
"generator": {
"block": "thermalfoundation:ore",
"material": "minecraft:stone",
"cluster-size": 1
},
"cluster-count": 8,
"min-height": 40,
"max-height": 75,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "whitelist",
"value": [
-99
]
}
},
"tin": {
"distribution": "uniform",
"generator": {
"block": {
"name": "thermalfoundation:ore",
"metadata": 1
},
"material": "minecraft:stone",
"cluster-size": 1
},
"cluster-count": 7,
"min-height": 20,
"max-height": 55,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "whitelist",
"value": [
-99
]
}
},
"silver": {
"distribution": "uniform",
"generator": {
"block": [
{
"name": "thermalfoundation:ore",
"metadata": 2,
"weight": 80
},
{
"name": "thermalfoundation:ore",
"metadata": 3,
"weight": 20
}
],
"material": "minecraft:stone",
"cluster-size": 1
},
"cluster-count": 4,
"min-height": 5,
"max-height": 30,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "whitelist",
"value": [
-99
]
}
},
"lead": {
"distribution": "uniform",
"generator": {
"block": [
{
"name": "thermalfoundation:ore",
"metadata": 3,
"weight": 90
},
{
"name": "thermalfoundation:ore",
"metadata": 2,
"weight": 10
}
],
"material": "minecraft:stone",
"cluster-size": 1
},
"cluster-count": 4,
"min-height": 10,
"max-height": 35,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "whitelist",
"value": [
-99
]
}
},
"nickel": {
"distribution": "uniform",
"generator": {
"block": {
"name": "thermalfoundation:ore",
"metadata": 5
},
"material": "minecraft:stone",
"cluster-size": 1
},
"cluster-count": 2,
"min-height": 5,
"max-height": 20,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "whitelist",
"value": [
-99
]
}
},
"copper_ocean": {
"distribution": "uniform",
"generator": {
"block": "thermalfoundation:ore",
"material": "minecraft:stone",
"cluster-size": 1
},
"cluster-count": 4,
"min-height": 20,
"max-height": 55,
"retrogen": "true",
"biome": {
"restriction": "whitelist",
"value": [
{
"type": "dictionary",
"entry": "OCEAN"
}
]
},
"dimension": {
"restriction": "whitelist",
"value": [
-99
]
}
},
"copper_high": {
"distribution": "uniform",
"generator": {
"block": "thermalfoundation:ore",
"material": "minecraft:stone",
"cluster-size": 1
},
"cluster-count": 8,
"min-height": 48,
"max-height": 96,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "whitelist",
"value": [
-1,
1
]
}
}
}
}