Tweaked the Bog biome

This commit is contained in:
Forstride 2016-08-08 15:05:28 -04:00
parent 70908a2566
commit 57387f8248

View file

@ -153,13 +153,13 @@ public class BiomeGenBog extends BOPBiome
@Override
public int getGrassColorAtPos(BlockPos pos)
{
return 0xD8935F;
return 0xD69E7C;
}
@Override
public int getFoliageColorAtPos(BlockPos pos)
{
return 0xDAE579;
return 0xAAC164;
}