9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/dev.brian/regions/brian.json
Daniel Mills 3699967370 F'
2020-07-20 22:00:20 -04:00

35 lines
672 B
JSON

{
"name": "Brian",
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"landBiomes": [
"land"
],
"seaBiomes": [
"ocean"
],
"shoreBiomes": [
"beach"
],
"ridgeBiomes": [
{
"biome": "ridge",
"type": "LAND",
"scale": 0.18,
"chance": 0.95,
"thickness": 0.09,
"chanceScale": 0.1,
"chanceShuffle": 128,
"shuffle": 8
}
],
"spotBiomes": [
{
"biome": "spot",
"type": "LAND",
"scale": 4,
"rarity": 12,
"shuffle": 128
}
]
}