End slime refactor & lake variant

This commit is contained in:
paulevsGitch 2021-01-13 03:55:47 +03:00
parent 605e33f32a
commit 878f4bbe63
11 changed files with 182 additions and 21 deletions

View file

@ -31,6 +31,7 @@ public class BiomeMegalake extends EndBiome {
.addMobSpawn(EndEntities.DRAGONFLY, 50, 1, 3)
.addMobSpawn(EndEntities.END_FISH, 50, 3, 8)
.addMobSpawn(EndEntities.CUBOZOA, 50, 3, 8)
.addMobSpawn(EndEntities.END_SLIME, 5, 1, 2)
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
}
}

View file

@ -34,6 +34,7 @@ public class BiomeMegalakeGrove extends EndBiome {
.addMobSpawn(EndEntities.DRAGONFLY, 20, 1, 3)
.addMobSpawn(EndEntities.END_FISH, 20, 3, 8)
.addMobSpawn(EndEntities.CUBOZOA, 50, 3, 8)
.addMobSpawn(EndEntities.END_SLIME, 5, 1, 2)
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
}
}