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

@@ -86,6 +86,16 @@ bool AetherDimension::isFoggyAt(int x, int z)
return false;
}
bool AetherDimension::hasBedrockFog()
{
return false;
}
double AetherDimension::getClearColorScale()
{
return 1.0;
}
int AetherDimension::getSpawnYPosition()
{
return 64;