More climate tweaks

This commit is contained in:
Forstride 2016-02-03 22:18:33 -05:00
parent d0bea49d75
commit 95c691adc5
4 changed files with 0 additions and 5 deletions

View File

@ -35,7 +35,6 @@ public class BiomeGenBorealForest extends BOPBiome
this.setColor(0x9FB771);
this.setTemperatureRainfall(0.5F, 0.6F);
this.addWeight(BOPClimates.COOL_TEMPERATE, 10);
this.addWeight(BOPClimates.BOREAL, 3);
this.canGenerateVillages = false;

View File

@ -44,7 +44,6 @@ public class BiomeGenConiferousForest extends BOPBiome
this.canGenerateVillages = false;
this.addWeight(BOPClimates.COOL_TEMPERATE, 7);
this.addWeight(BOPClimates.BOREAL, 7);
this.topBlock = BOPBlocks.grass.getDefaultState().withProperty(BlockBOPGrass.VARIANT, BlockBOPGrass.BOPGrassType.LOAMY);

View File

@ -47,7 +47,6 @@ public class BiomeGenDeadForest extends BOPBiome
this.setColor(0xBCA165);
this.setTemperatureRainfall(0.4F, 0.3F);
this.addWeight(BOPClimates.COOL_TEMPERATE, 2);
this.addWeight(BOPClimates.BOREAL, 3);
// gravel

View File

@ -85,8 +85,6 @@ public class BiomeGenMountain extends BOPBiome
this.canGenerateVillages = false;
// peaks are created in the biome gen layer, foothills don't have a weight - they only appear later around the peaks (in the biome edge layer)
this.addWeight(BOPClimates.DRY_TEMPERATE, 7);
this.addWeight(BOPClimates.COOL_TEMPERATE, 7);
this.addWeight(BOPClimates.BOREAL, 3);
// only sheep and wolves on the peaks