Jello improvements
This commit is contained in:
parent
d37e55b101
commit
8ae202ac44
8 changed files with 94 additions and 16 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue