Skip to content

Instantly share code, notes, and snippets.

@Staegrin
Created August 17, 2020 16:10
Show Gist options
  • Save Staegrin/4d64ccd50265841ddaab86ad77d9e081 to your computer and use it in GitHub Desktop.
Save Staegrin/4d64ccd50265841ddaab86ad77d9e081 to your computer and use it in GitHub Desktop.
Aluminium ore generation
{
"dependencies": "thermalfoundation",
"populate": {
"aluminum": {
"distribution": "uniform",
"generator": {
"block": {
"name": "thermalfoundation:ore",
"metadata": 4
},
"material": "stone",
"cluster-size": 4
},
"cluster-count": 8,
"min-height": 40,
"max-height": 75,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "blacklist",
"value": [-1,
1
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment