Blossoming berry feature

This commit is contained in:
paulevsGitch 2021-01-10 15:47:30 +03:00
parent 89e327240d
commit e96753eb2e
3 changed files with 7 additions and 0 deletions

View file

@ -22,6 +22,7 @@ public class BiomeBlossomingSpires extends EndBiome {
.addFeature(EndFeatures.BULB_VINE)
.addFeature(EndFeatures.BUSHY_GRASS)
.addFeature(EndFeatures.BUSHY_GRASS_WG)
.addFeature(EndFeatures.BLOSSOM_BERRY)
.addFeature(EndFeatures.TWISTED_MOSS)
.addFeature(EndFeatures.TWISTED_MOSS_WOOD)
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));