Biome selector no longer requires random parameter.
Implemented new biome selector changes.
This commit is contained in:
@@ -32,6 +32,10 @@ public class BiomeSelector {
|
||||
temperaturePartitionedOceanBiomes.put(0.5f, new ArrayList<>());
|
||||
}
|
||||
|
||||
public BiomeSelector() {
|
||||
this(new Random());
|
||||
}
|
||||
|
||||
public void initialize() {
|
||||
if (initialized) throw new IllegalStateException("Biome selector is already initialized.");
|
||||
|
||||
|
Reference in New Issue
Block a user