Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
NewAlterlite/config/cofh/world/01_thermalfoundation_ores.j...

276 lines
4.7 KiB

{
"dependencies": "thermalfoundation",
"populate": {
"copper": {
"enabled": "true",
"distribution": "uniform",
"generator": {
"block": {
"name": "thermalfoundation:ore",
"properties": {
"type": "copper"
}
},
"material": "minecraft:stone",
"cluster-size": 24
},
"cluster-count": 1,
"min-height": 38,
"max-height": 71,
"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": 16
},
"cluster-count": 2,
"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": 0
},
"cluster-count": 0,
"min-height": 8,
"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": 18
},
"cluster-count": 1,
"min-height": 28,
"max-height": 51,
"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": 13
},
"cluster-count": 3,
"min-height": 5,
"max-height": 22,
"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
]
}
},
"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": 12
},
"cluster-count": 1,
"min-height": 82,
"max-height": 127,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "blacklist",
"value": [
-1,
1
]
}
},
"silver_high": {
"enabled": "true",
"distribution": "uniform",
"generator": {
"block": {
"name": "thermalfoundation:ore",
"metadata": 2
},
"material": "minecraft:stone",
"cluster-size": 14
},
"cluster-count": 3,
"min-height": 91,
"max-height": 167,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "blacklist",
"value": [
-1,
1
]
}
}
}
}