luxalpa opened this issue 11 years ago ยท 0 comments
Currently the skycolor configuration option doesn't work.
In your BiomeGen[BiomeName] files you have the line: if (BOPConfiguration.skyColors = true)
which should be if (BOPConfiguration.skyColors == true)
instead.