Music reorganization

This commit is contained in:
paulevsGitch 2020-12-27 19:35:12 +03:00
parent d97d4e3953
commit aec4749e8c
16 changed files with 80 additions and 118 deletions

View file

@ -14,7 +14,7 @@ public class BiomeAmberLand extends EndBiome {
.setFogDensity(2.0F)
.setPlantsColor(219, 115, 38)
.setWaterAndFogColor(145, 108, 72)
.setMusic(EndSounds.MUSIC_AMBER_LAND)
.setMusic(EndSounds.MUSIC_FOREST)
.setParticles(EndParticles.AMBER_SPHERE, 0.001F)
.setSurface(EndBlocks.AMBER_MOSS)
.addFeature(EndFeatures.AMBER_ORE)