Changed Crag climate/rarity

This commit is contained in:
Forstride 2016-02-03 01:31:53 -05:00
parent 09cf459e40
commit 5f92c16841
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ public class BiomeGenCrag extends BOPBiome
this.terrainSettings.avgHeight(80).heightVariation(80, 200).minHeight(40).sidewaysNoise(0.7F);
this.setColor(5209457);
this.setTemperatureRainfall(0.5F, 0.0F);
this.setTemperatureRainfall(0.9F, 0.5F);
this.canSpawnInBiome = false;
this.canGenerateVillages = false;
this.canGenerateRivers = false;
this.addWeight(BOPClimates.COLD_DESERT, 3);
this.addWeight(BOPClimates.HOT_SWAMP, 1);
this.spawnableCreatureList.clear();
this.spawnableWaterCreatureList.clear();