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

View file

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