From 5f92c1684108103d2eb0ecd0788ad7346c97179b Mon Sep 17 00:00:00 2001 From: Forstride Date: Wed, 3 Feb 2016 01:31:53 -0500 Subject: [PATCH] Changed Crag climate/rarity --- .../biomesoplenty/common/biome/overworld/BiomeGenCrag.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCrag.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCrag.java index bb46234e0..5d2ac6268 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCrag.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCrag.java @@ -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();