Umbra valley ambience
This commit is contained in:
parent
a8fcf0fce7
commit
d0661b94f1
5 changed files with 95 additions and 384 deletions
|
@ -3,6 +3,8 @@ package ru.betterend.world.biome.land;
|
|||
import ru.bclib.world.biomes.BCLBiomeDef;
|
||||
import ru.betterend.BetterEnd;
|
||||
import ru.betterend.registry.EndFeatures;
|
||||
import ru.betterend.registry.EndParticles;
|
||||
import ru.betterend.registry.EndSounds;
|
||||
import ru.betterend.world.biome.EndBiome;
|
||||
import ru.betterend.world.surface.SurfaceBuilders;
|
||||
|
||||
|
@ -13,9 +15,13 @@ public class UmbraValleyBiome extends EndBiome {
|
|||
.setPlantsColor(200, 200, 200)
|
||||
.setWaterAndFogColor(69, 104, 134)
|
||||
.setSurface(SurfaceBuilders.UMBRA_SURFACE.configured(SurfaceBuilders.DEFAULT_END_CONFIG))
|
||||
.setParticles(EndParticles.AMBER_SPHERE, 0.0001F)
|
||||
.setLoop(EndSounds.UMBRA_VALLEY)
|
||||
.setMusic(EndSounds.MUSIC_DARK)
|
||||
.addFeature(EndFeatures.UMBRALITH_ARCH)
|
||||
.addFeature(EndFeatures.THIN_UMBRALITH_ARCH)
|
||||
.addFeature(EndFeatures.INFLEXIA)
|
||||
.addFeature(EndFeatures.FLAMMALIX)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue