[Change] Change handling of End Biomes once more. (EndSource will consider Barrens and MainIsland biomes as well now)
This commit is contained in:
parent
e411dc10d9
commit
e35fe997c1
15 changed files with 714 additions and 334 deletions
|
@ -187,7 +187,11 @@ public class WorldSetupScreen extends BCLibScreen {
|
|||
? BCLEndBiomeSourceConfig.EndBiomeGeneratorType.PAULEVS
|
||||
: BCLEndBiomeSourceConfig.EndBiomeGeneratorType.VANILLA,
|
||||
generateEndVoid.isChecked(),
|
||||
BCLEndBiomeSourceConfig.DEFAULT.innerVoidRadiusSquared
|
||||
BCLEndBiomeSourceConfig.DEFAULT.innerVoidRadiusSquared,
|
||||
BCLEndBiomeSourceConfig.DEFAULT.centerBiomesSize,
|
||||
BCLEndBiomeSourceConfig.DEFAULT.voidBiomesSize,
|
||||
BCLEndBiomeSourceConfig.DEFAULT.landBiomesSize,
|
||||
BCLEndBiomeSourceConfig.DEFAULT.barrensBiomesSize
|
||||
);
|
||||
|
||||
ChunkGenerator endGenerator = betterxDimensions.get(LevelStem.END);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue