mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
35 lines
672 B
JSON
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
|
|
}
|
|
]
|
|
} |