9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/dev.brian/regions/brian.json
Daniel Mills 639dcf27f4 Brian test
2020-07-20 20:52:08 -04:00

30 lines
517 B
JSON

{
"name": "Brian",
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"landBiomes": [
"land"
],
"seaBiomes": [
"ocean"
],
"shoreBiomes": [
"beach"
],
"ridgeBiomes": [
{
"biome": "ridge",
"type": "land",
"width": 7,
"scale": 1,
"chance": 0.75
}
],
"spotBiomes": [
{
"biome": "spot",
"type": "land",
"scale": 15
}
]
}