mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
30 lines
517 B
JSON
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
|
|
}
|
|
]
|
|
} |