Tweaked Origin Valley sky color
This commit is contained in:
parent
ef059698aa
commit
86bfbc5272
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue