Blossoming berry feature
This commit is contained in:
parent
89e327240d
commit
e96753eb2e
3 changed files with 7 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue