Umbrella jungle ambient

This commit is contained in:
paulevsGitch 2020-12-31 21:57:47 +03:00
parent 0123f3021e
commit f0b2d768a7
4 changed files with 12 additions and 0 deletions

View file

@ -15,6 +15,7 @@ public class BiomeUmbrellaJungle extends EndBiome {
.setFogDensity(2.3F)
.setParticles(EndParticles.JUNGLE_SPORE, 0.001F)
.setMusic(EndSounds.MUSIC_FOREST)
.setLoop(EndSounds.AMBIENT_UMBRELLA_JUNGLE)
.setSurface(EndBlocks.JUNGLE_MOSS)
.addFeature(EndFeatures.END_LAKE)
.addFeature(EndFeatures.UMBRELLA_TREE)