Tweaked Origin Valley sky color

This commit is contained in:
Matt Caughey 2013-08-09 16:25:38 -04:00
parent ef059698aa
commit 86bfbc5272
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class BiomeGenOriginValley extends BiomeGenBase
public int getSkyColorByTemp(float par1)
{
if (BOPConfiguration.Misc.skyColors)
return 8703228;
return 8441086;
else
{
par1 /= 3.0F;