This commit is contained in:
Jacob Vinding
2025-12-26 23:36:50 +01:00
commit 44b79588a3
2778 changed files with 418761 additions and 0 deletions
@@ -0,0 +1,40 @@
{
"dependencies": "thermalfoundation",
"populate": {
"platinum": {
"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
]
}
}
}
}