Blossoming spires sounds & music

This commit is contained in:
paulevsGitch 2020-11-27 20:12:29 +03:00
parent 0f55ad3c4c
commit 4e1e72348a
9 changed files with 34 additions and 5 deletions

View file

@ -16,7 +16,7 @@ public class BiomeDustWastelands extends EndBiome {
.setSurface(EndBlocks.ENDSTONE_DUST)
.setParticles(ParticleTypes.WHITE_ASH, 0.01F)
.setLoop(EndSounds.AMBIENT_DUST_WASTELANDS)
.setMusic(EndSounds.DUST_WASTELANDS)
.setMusic(EndSounds.MUSIC_DUST_WASTELANDS)
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 2));
}