Gameslinx/Gameslinx-Planet-Overhaul

Biome configuration of scorch

Yitscar opened this issue · 0 comments

In Scorch.cfg the biome for the scorched mountains is currently:
Biome
{
name = Scorched Mountains
value = 1.2
color = #FF6900
}

It should be this:

            Biome
            {
                name = Scorched Mountains
                value = 1.2
                color = #B3533B
            }