Tweaked Temperate Rainforest biome
This commit is contained in:
parent
6bea3a1123
commit
d972b46935
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class BiomeGenTemperateRainforest extends BOPBiome
|
||||||
{
|
{
|
||||||
|
|
||||||
// terrain
|
// terrain
|
||||||
this.terrainSettings.avgHeight(63).heightVariation(10, 25);
|
this.terrainSettings.avgHeight(63).heightVariation(10, 35);
|
||||||
|
|
||||||
this.setColor(0xBBDD63);
|
this.setColor(0xBBDD63);
|
||||||
this.setTemperatureRainfall(0.8F, 1.2F);
|
this.setTemperatureRainfall(0.8F, 1.2F);
|
||||||
|
|
Loading…
Reference in a new issue