Added an alternate constructor to BOPBiomeEntry for Nether biomes
This commit is contained in:
parent
a711956168
commit
20a70cac10
1 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,11 @@ public class BOPBiomeHelper
|
|||
this.temperatureType = temperatureType;
|
||||
}
|
||||
|
||||
public BOPBiomeEntry(BiomeGenBase biome, int weight)
|
||||
{
|
||||
this(biome, TemperatureType.HOT, weight);
|
||||
}
|
||||
|
||||
public void addToCorrespondingTemperatureTypeList()
|
||||
{
|
||||
BOPBiomeHelper.getCorrespondingTemperatureTypeList(temperatureType).add(this);
|
||||
|
|
Loading…
Reference in a new issue