Tweaks to fog colors and density (+8 squashed commit)

Squashed commit:

[b746d29] Update BiomeGenTropicalRainforest.java

[b8d5104] Update BiomeGenTemperateRainforest.java

[149b1ee] Update BiomeGenQuagmire.java

[5885d56] Update BiomeGenLandOfLakes.java

[52a53a7] Update BiomeGenDeadSwamp.java

[97007b5] Update BiomeGenBayou.java

[f7a5fed] Update BiomeGenSnowyForest.java

[17bedb2] Update BiomeGenMarsh.java (+6 squashed commit)

Squashed commit:

[149b1ee] Update BiomeGenQuagmire.java

[5885d56] Update BiomeGenLandOfLakes.java

[52a53a7] Update BiomeGenDeadSwamp.java

[97007b5] Update BiomeGenBayou.java

[f7a5fed] Update BiomeGenSnowyForest.java

[17bedb2] Update BiomeGenMarsh.java (+4 squashed commit)

Squashed commit:

[52a53a7] Update BiomeGenDeadSwamp.java

[97007b5] Update BiomeGenBayou.java

[f7a5fed] Update BiomeGenSnowyForest.java

[17bedb2] Update BiomeGenMarsh.java (+2 squashed commit)

Squashed commit:

[f7a5fed] Update BiomeGenSnowyForest.java

[17bedb2] Update BiomeGenMarsh.java
This commit is contained in:
Forstride 2016-12-03 03:15:22 -05:00 committed by Adubbz
parent 8ecf901112
commit 8a7c42d024
13 changed files with 4 additions and 38 deletions

View File

@ -56,9 +56,6 @@ public class BiomeGenBambooForest extends BOPBiome
this.terrainSettings.avgHeight(68).heightVariation(5, 10);
this.canGenerateVillages = false;
this.fogColor = 0xCCE874;
this.fogDensity = 0.99F;
this.addWeight(BOPClimates.TROPICAL, 3);

View File

@ -60,9 +60,6 @@ public class BiomeGenBayou extends BOPBiome
this.beachBiomeLocation = null;
this.fogColor = 0x90AF95;
this.fogDensity = 0.99F;
this.addWeight(BOPClimates.HOT_SWAMP, 10);
this.spawnableWaterCreatureList.clear();

View File

@ -54,8 +54,6 @@ public class BiomeGenColdDesert extends BOPBiome
this.canGenerateRivers = false;
this.fogDensity = 0.4F;
this.addWeight(BOPClimates.ICE_CAP, 10);
this.spawnableCreatureList.clear();

View File

@ -59,9 +59,6 @@ public class BiomeGenDeadSwamp extends BOPBiome
this.beachBiomeLocation = null;
this.fogColor = 0x8CAF99;
this.fogDensity = 0.6F;
this.addWeight(BOPClimates.COLD_SWAMP, 3);
this.spawnableCreatureList.clear();
@ -143,4 +140,4 @@ public class BiomeGenDeadSwamp extends BOPBiome
{
return 0x66704C;
}
}
}

View File

@ -66,8 +66,6 @@ public class BiomeGenFen extends BOPBiome
this.beachBiomeLocation = ((BOPBiome)BOPBiomes.gravel_beach.get()).getResourceLocation();
}
this.fogDensity = 0.8F;
this.addWeight(BOPClimates.COLD_SWAMP, 7);
this.spawnableCreatureList.add(new SpawnListEntry(EntitySnail.class, 8, 1, 2));
@ -177,4 +175,4 @@ public class BiomeGenFen extends BOPBiome
{
return 0xA7C166;
}
}
}

View File

@ -54,8 +54,6 @@ public class BiomeGenLandOfLakes extends BOPBiome
this.canGenerateVillages = false;
this.fogDensity = 0.6F;
this.addWeight(BOPClimates.COLD_SWAMP, 3);
if (BOPBiomes.gravel_beach.isPresent())
@ -147,4 +145,4 @@ public class BiomeGenLandOfLakes extends BOPBiome
return noise < -0.1D ? 12766316 : 10730594;
}
}
}

View File

@ -54,8 +54,6 @@ public class BiomeGenMarsh extends BOPBiome
this.canGenerateVillages = false;
this.beachBiomeLocation = null;
this.fogDensity = 0.6F;
this.addWeight(BOPClimates.WET_TEMPERATE, 7);
@ -114,4 +112,4 @@ public class BiomeGenMarsh extends BOPBiome
if (!settings.isEnabled(GeneratorType.GRASSES)) {grassGen.removeGenerator("shortgrass"); grassGen.removeGenerator("mediumgrass"); grassGen.removeGenerator("wheatgrass"); grassGen.removeGenerator("dampgrass");}
}
}
}

View File

@ -68,9 +68,6 @@ public class BiomeGenQuagmire extends BOPBiome
this.beachBiomeLocation = null;
this.fogColor = 0xCACECD;
this.fogDensity = 0.6F;
this.addWeight(BOPClimates.COLD_SWAMP, 2);
this.spawnableCreatureList.clear();

View File

@ -35,8 +35,6 @@ public class BiomeGenSeasonalForest extends BOPBiome
// terrain
this.terrainSettings.avgHeight(70).heightVariation(10, 30);
this.fogColor = 0xFFCE84;
this.addWeight(BOPClimates.COOL_TEMPERATE, 7);
this.canGenerateVillages = true;

View File

@ -45,9 +45,6 @@ public class BiomeGenSnowyForest extends BOPBiome
this.canGenerateVillages = false;
this.fogColor = 0xBAC3C6;
this.fogDensity = 0.6F;
this.addWeight(BOPClimates.TUNDRA, 7);
// trees

View File

@ -46,9 +46,6 @@ public class BiomeGenTemperateRainforest extends BOPBiome
this.canGenerateVillages = false;
this.fogColor = 0xD1DBCE;
this.fogDensity = 0.8F;
this.addWeight(BOPClimates.WET_TEMPERATE, 7);
if (BOPBiomes.gravel_beach.isPresent())

View File

@ -42,9 +42,6 @@ public class BiomeGenTropicalRainforest extends BOPBiome
this.canSpawnInBiome = false;
this.canGenerateVillages = false;
this.fogColor = 0xF79F62;
this.fogDensity = 0.99F;
this.addWeight(BOPClimates.TROPICAL, 5);
this.spawnableCreatureList.clear();

View File

@ -62,9 +62,6 @@ public class BiomeGenWetland extends BOPBiome
this.beachBiomeLocation = null;
this.fogColor = 0x5E71A0;
this.fogDensity = 0.8F;
this.addWeight(BOPClimates.WET_TEMPERATE, 7);
this.addWeight(BOPClimates.COLD_SWAMP, 5);