Allow biomes without any entity spawns
This commit is contained in:
parent
ff94bb1a97
commit
9e115261fb
1 changed files with 3 additions and 3 deletions
|
@ -570,9 +570,9 @@ public class BCLBiomeBuilder {
|
|||
.temperature(temperature)
|
||||
.downfall(downfall);
|
||||
|
||||
if (spawnSettings != null) {
|
||||
builder.mobSpawnSettings(spawnSettings.build());
|
||||
}
|
||||
//Some biomes may not spawn entities, without this creation will due to a null spawn object
|
||||
builder.mobSpawnSettings(getSpawns().build());
|
||||
|
||||
|
||||
if (effectsBuilder != null) {
|
||||
builder.specialEffects(effectsBuilder.build());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue