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

@ -36,6 +36,7 @@ public class BiomeFoggyMushroomland extends EndBiome {
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
.addMobSpawn(EndEntities.DRAGONFLY, 80, 2, 5)
.addMobSpawn(EndEntities.END_FISH, 20, 2, 5)
.addMobSpawn(EndEntities.JELLO, 10, 3, 8)
.addMobSpawn(EndEntities.END_SLIME, 10, 1, 2)
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
}