9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/dev.brian/biomes/ridge.json
Daniel Mills 3699967370 F'
2020-07-20 22:00:20 -04:00

27 lines
495 B
JSON

{
"name": "Ridge",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"DIAMOND_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plainsh",
"min": -10,
"max": -20
}
],
"derivative": "JUNGLE_EDGE"
}