Floating spires

This commit is contained in:
paulevsGitch 2020-11-17 22:28:27 +03:00
parent ce9a2b004f
commit 41eda8de65
4 changed files with 53 additions and 2 deletions

View file

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