Make frost forest a little higher above sea level
This commit is contained in:
parent
587ec3fe38
commit
f3641f3c8c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue