mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-24 10:04:36 +00:00
generate aerclouds in the aether
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user