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

96 lines
1.7 KiB
JSON

{
"dependencies": "thermalfoundation",
"populate": {
"redstone_clathrate": {
"distribution": "uniform",
"generator": {
"block": [
{
"name": "thermalfoundation:ore_fluid",
"metadata": 2,
"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": {
"distribution": "uniform",
"generator": {
"block": [
{
"name": "thermalfoundation:ore_fluid",
"metadata": 3,
"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": {
"distribution": "uniform",
"generator": {
"block": {
"name": "thermalfoundation:ore_fluid",
"metadata": 4
},
"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"
}
}
}