Tweaked Temperate Rainforest biome

This commit is contained in:
Forstride 2016-02-02 20:24:20 -05:00
parent 6bea3a1123
commit d972b46935
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class BiomeGenTemperateRainforest extends BOPBiome
{
// terrain
this.terrainSettings.avgHeight(63).heightVariation(10, 25);
this.terrainSettings.avgHeight(63).heightVariation(10, 35);
this.setColor(0xBBDD63);
this.setTemperatureRainfall(0.8F, 1.2F);