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