Generation

This commit is contained in:
paulevsGitch 2020-11-18 16:26:45 +03:00
parent 1a4eaa7c6e
commit dc823fb7d1
3 changed files with 35 additions and 7 deletions

View file

@ -13,6 +13,7 @@ public class BlossomingSpires extends EndBiome {
.setSurface(EndBlocks.END_MOSS)
.addFeature(EndFeatures.SPIRE)
.addFeature(EndFeatures.FLOATING_SPIRE)
.addFeature(EndFeatures.TENANEA)
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));
}
}