From 54f8dc9f38ed9db84c94b63f2b23c2aa16075a69 Mon Sep 17 00:00:00 2001 From: Matt Caughey Date: Sun, 17 Jan 2016 16:07:58 -0500 Subject: [PATCH] Fixed Xeric Shrubland climate setting --- .../common/biome/overworld/BiomeGenXericShrubland.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenXericShrubland.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenXericShrubland.java index cd13fcaaf..dfd9f0f93 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenXericShrubland.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenXericShrubland.java @@ -36,13 +36,13 @@ public class BiomeGenXericShrubland extends BOPBiome this.terrainSettings.avgHeight(64).heightVariation(4, 15); this.setColor(0xE2CDA5); - this.setTemperatureRainfall(1.0F, 0.2F); + this.setTemperatureRainfall(1.1F, 0.1F); this.topBlock = Blocks.sand.getDefaultState(); this.fillerBlock = Blocks.sand.getDefaultState(); this.canSpawnInBiome = false; - this.addWeight(BOPClimates.DRY_TEMPERATE, 10); + this.addWeight(BOPClimates.HOT_DESERT, 3); this.spawnableCreatureList.clear();