generate aerclouds in the aether

This commit is contained in:
Bonnie
2026-03-04 16:29:35 -06:00
parent f4a5572b52
commit fd7a237456
12 changed files with 259 additions and 2 deletions

View File

@@ -308,7 +308,7 @@ doubleArray AetherLevelSource::getHeights(doubleArray buffer, int x, int y, int
val = val * (1 - slide) + -3000 * slide;
}
// Slide down at the bottom of the world
r = 8;
r = 10;
if (yy < r)
{
double slide = (r - yy) / (r - 1.0f);