Moss fixes

This commit is contained in:
paulevsGitch 2020-11-04 16:24:13 +03:00
parent a0ecdff67f
commit a9174260be
13 changed files with 44 additions and 4 deletions

View file

@ -31,6 +31,7 @@ public class BiomeMegalakeGrove extends EndBiome {
.addFeature(EndFeatures.END_LILY_RARE)
.addFeature(EndFeatures.UMBRELLA_MOSS)
.addFeature(EndFeatures.CREEPING_MOSS)
.addFeature(EndFeatures.CYAN_MOSS)
.addMobSpawn(EndEntities.DRAGONFLY, 20, 1, 3)
.addMobSpawn(EndEntities.END_FISH, 20, 3, 8)
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));