mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-23 09:34:42 +00:00
fix wrong color aether sky/fog in release
genuinely how did this work fine in debug lol
This commit is contained in:
@@ -39,6 +39,11 @@ Feature *AetherBiome::getGrassFeature(Random *random)
|
||||
return new TallGrassFeature(Tile::tallgrass_Id, 1);
|
||||
}
|
||||
|
||||
int AetherBiome::getSkyColor(float temp)
|
||||
{
|
||||
return 0x9ecbff;
|
||||
}
|
||||
|
||||
int AetherBiome::getGrassColor()
|
||||
{
|
||||
return 0x8ab69a;
|
||||
|
||||
Reference in New Issue
Block a user