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

@ -2,6 +2,7 @@ package ru.betterend.world.biome;
import ru.betterend.registry.EndBlocks;
import ru.betterend.registry.EndFeatures;
import ru.betterend.registry.EndSounds;
public class BiomeUmbrellaJungle extends EndBiome {
public BiomeUmbrellaJungle() {
@ -10,6 +11,7 @@ public class BiomeUmbrellaJungle extends EndBiome {
.setWaterAndFogColor(119, 198, 253)
.setFoliageColor(27, 183, 194)
.setFogDensity(2.3F)
.setMusic(EndSounds.MUSIC_FOREST)
.setSurface(EndBlocks.JUNGLE_MOSS)
.addFeature(EndFeatures.END_LAKE)
.addFeature(EndFeatures.UMBRELLA_TREE)