SeaLevelModel: "flat" (one scalar, SeaLevelValue) or "field" (the legacy latitude Lerp 0.26..0.15). Only GetSeaLevel's body changes — all nine call sites (crater carve target, both flood fills, biome split, beach band, Capitol window, town filters, A* zero-point) inherit the model automatically; no consumer re-tuning. Default: flat 0.15, pinned in ServerConfig.json. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"WorldSeed": 1409879727,
|
|
"MapProfile": "8K",
|
|
"TownDensity": "Normal",
|
|
"ChunkRadius": 32,
|
|
"SeaLevelModel": "flat",
|
|
"SeaLevelValue": 0.15
|
|
}
|