Added forgotten rebuild
This commit is contained in:
parent
c042d00c23
commit
82023316c6
1 changed files with 5 additions and 0 deletions
|
@ -183,6 +183,11 @@ public class BCLibEndBiomeSource extends BCLBiomeSource implements BiomeSourceWi
|
|||
if (endCenterBiomePicker.isEmpty()) {
|
||||
BCLib.LOGGER.warning("No Center Island Biomes found. Forcing use of vanilla center.");
|
||||
endCenterBiomePicker.addBiome(BiomeAPI.THE_END);
|
||||
endCenterBiomePicker.rebuild();
|
||||
if (endCenterBiomePicker.isEmpty()) {
|
||||
BCLib.LOGGER.error("Unable to force vanilla central Island. Falling back to land Biomes...");
|
||||
endCenterBiomePicker = endLandBiomePicker;
|
||||
}
|
||||
}
|
||||
|
||||
this.endLandFunction = GeneratorOptions.getEndLandFunction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue