Actually... May as well make them WARM by default instead of HOT
This commit is contained in:
parent
20a70cac10
commit
28196bc02f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue