9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/testing/regions/example-region.json
Daniel Mills 4f082c3add tests
2020-08-05 15:03:19 -04:00

29 lines
621 B
JSON

{
"shoreRatio": 0.13,
"ridgeBiomes": [],
"islandBiomes": [],
"biomeShuffle": 11,
"shoreBiomeZoom": 1,
"islandBiomeZoom": 1,
"structures": [],
"spotBiomes": [],
"caveBiomeZoom": 1,
"landBiomes": [
"land-1",
"land-2"
],
"seaBiomeZoom": 1,
"biomeImplosionRatio": 0.4,
"skylandBiomeZoom": 1,
"seaBiomes": ["sea"],
"deposits": [],
"caveBiomes": [],
"landBiomeZoom": 1,
"shoreHeightMin": 1.2,
"shoreBiomes": ["shore"],
"skylandBiomes": [],
"name": "Example Region",
"shoreHeightMax": 3.2,
"shoreHeightZoom": 3.14
}