9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/test/regions/example-region.json
Daniel Mills 2499050292 Derps
2020-08-01 10:13:32 -04:00

27 lines
594 B
JSON

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