Biomes O' Plenty

Biomes O' Plenty

151M Downloads

Skycolor config option bug

luxalpa opened this issue ยท 0 comments

commented

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.