Make frost forest a little higher above sea level

This commit is contained in:
Cheeserolls 2015-08-05 18:01:23 +01:00
parent 587ec3fe38
commit f3641f3c8c

View file

@ -30,7 +30,7 @@ public class BiomeGenFrostForest extends BOPBiome
public BiomeGenFrostForest()
{
// terrain
this.terrainSettings.avgHeight(64).heightVariation(6, 21);
this.terrainSettings.avgHeight(66).heightVariation(6, 21);
this.setColor(0xABD6BC);
this.skyColor = 0xCEE0EA;