mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
The ambient spawn list is insane!
This commit is contained in:
parent
76eb83e2d2
commit
9e2c2bfdd9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class UEntities {
|
||||||
static void registerSpawnEntries(Biome biome) {
|
static void registerSpawnEntries(Biome biome) {
|
||||||
|
|
||||||
if (!(biome instanceof BiomeHell || biome instanceof BiomeEnd)) {
|
if (!(biome instanceof BiomeHell || biome instanceof BiomeEnd)) {
|
||||||
List<SpawnListEntry> entries = biome.getSpawnableList(EnumCreatureType.AMBIENT);
|
List<SpawnListEntry> entries = biome.getSpawnableList(EnumCreatureType.CREATURE);
|
||||||
entries.stream().filter(p -> p.entityClass == EntityWildCloud.class).findFirst().orElseGet(() -> {
|
entries.stream().filter(p -> p.entityClass == EntityWildCloud.class).findFirst().orElseGet(() -> {
|
||||||
entries.add(
|
entries.add(
|
||||||
BiomeManager.oceanBiomes.contains(biome) ?
|
BiomeManager.oceanBiomes.contains(biome) ?
|
||||||
|
|
Loading…
Reference in a new issue