refactor: adjust mountain frequency

This commit is contained in:
2026-04-27 15:26:49 +08:00
parent 932c11a646
commit dc3be5a4bc
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ static MountainParams mountain {
Biome::MOUNTAIN,
{0.0f, 0.5f},
{0.5f, 1.0f},
{0.006f, 0.015f, 0.030f},
{0.006f, 0.014f, 0.010f},
{70, 70}
}
};