Floating spires
This commit is contained in:
parent
ce9a2b004f
commit
41eda8de65
4 changed files with 53 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue