Actually... May as well make them WARM by default instead of HOT

This commit is contained in:
Adubbz 2014-02-02 12:24:09 +11:00
parent 20a70cac10
commit 28196bc02f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class BOPBiomeHelper
public BOPBiomeEntry(BiomeGenBase biome, int weight) public BOPBiomeEntry(BiomeGenBase biome, int weight)
{ {
this(biome, TemperatureType.HOT, weight); this(biome, TemperatureType.WARM, weight);
} }
public void addToCorrespondingTemperatureTypeList() public void addToCorrespondingTemperatureTypeList()