mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
27 lines
495 B
JSON
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"
|
|
} |