Possibly reduced Zephyr spawnrates. Mob spawning makes no sense.

This commit is contained in:
bconlon 2020-09-11 22:37:39 -07:00
parent 8c0ce472a3
commit 885a2e0536

View file

@ -71,7 +71,7 @@ public class AetherBiome extends BiomeGenBase {
{
list.add(new SpawnListEntry(EntityWhirlwind.class, 8, 2, 2));
list.add(new SpawnListEntry(EntityCockatrice.class, 4, 4, 4));
list.add(new SpawnListEntry(EntityZephyr.class, 3, 1, 1));
list.add(new SpawnListEntry(EntityZephyr.class, 2, 1, 1));
list.add(new SpawnListEntry(EntityAerwhale.class, 2, 1, 1));
}