Minor climate changes

This commit is contained in:
Matt Caughey 2016-01-19 16:07:15 -05:00
parent 34aaa3da19
commit 9a4f4724ac
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ public class BiomeGenAlps extends BOPBiome
this.canSpawnInBiome = false;
this.canGenerateVillages = false;
this.addWeight(BOPClimates.BOREAL, 5);
this.addWeight(BOPClimates.TUNDRA, 5);
this.addWeight(BOPClimates.COLD_DESERT, 5);
this.topBlock = Blocks.snow.getDefaultState();

View file

@ -30,7 +30,7 @@ public class BiomeGenCrag extends BOPBiome
this.canGenerateVillages = false;
this.canGenerateRivers = false;
this.addWeight(BOPClimates.TUNDRA, 3);
this.addWeight(BOPClimates.COLD_DESERT, 3);
this.spawnableCreatureList.clear();
this.spawnableWaterCreatureList.clear();