Jello improvements

This commit is contained in:
paulevsGitch 2020-12-06 18:05:32 +03:00
parent d37e55b101
commit 8ae202ac44
8 changed files with 94 additions and 16 deletions

View file

@ -29,6 +29,7 @@ public class BiomeMegalake extends EndBiome {
.addFeature(EndFeatures.MENGER_SPONGE)
.addMobSpawn(EndEntities.DRAGONFLY, 50, 1, 3)
.addMobSpawn(EndEntities.END_FISH, 50, 3, 8)
.addMobSpawn(EndEntities.JELLO, 50, 3, 8)
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
}
}