9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/a/biomes/sea.json
Daniel Mills f46a1941ab Compatability
2020-08-06 15:51:16 -04:00

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
}