mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
44 lines
930 B
JSON
44 lines
930 B
JSON
{
|
|
"seaLayers": [],
|
|
"biomeSkyScatter": [],
|
|
"objects": [],
|
|
"biomeZoom": 1,
|
|
"structures": [],
|
|
"biomeDispersion": "SCATTER",
|
|
"derivative": "THE_VOID",
|
|
"deposits": [],
|
|
"slab": {
|
|
"minHeight": 1,
|
|
"terrainZoom": 5,
|
|
"maxHeight": 1,
|
|
"palette": [],
|
|
"dispersion": "SCATTER"
|
|
},
|
|
"children": [],
|
|
"decorators": [],
|
|
"name": "Example Sea",
|
|
"layers": [{
|
|
"minHeight": 1,
|
|
"terrainZoom": 5,
|
|
"maxHeight": 1,
|
|
"palette": ["SAND"],
|
|
"dispersion": "SCATTER"
|
|
}],
|
|
"generators": [{
|
|
"min": -5,
|
|
"max": -38,
|
|
"generator": "example-generator"
|
|
}],
|
|
"childShrinkFactor": 1.5,
|
|
"lockLayers": false,
|
|
"biomeScatter": [],
|
|
"wall": {
|
|
"minHeight": 1,
|
|
"terrainZoom": 5,
|
|
"maxHeight": 1,
|
|
"palette": [],
|
|
"dispersion": "SCATTER"
|
|
},
|
|
"rarity": 1
|
|
}
|