Ambient sound & fixes
This commit is contained in:
parent
a3fada3068
commit
a7dcba05a9
7 changed files with 15 additions and 9 deletions
|
@ -17,9 +17,9 @@ public class BiomeMegalakeGrove extends EndBiome {
|
|||
.setWaterColor(96, 163, 255)
|
||||
.setWaterFogColor(96, 163, 255)
|
||||
.setFogDensity(1.75F)
|
||||
.setParticles(EndParticles.GLOWING_SPHERE, 0.0003F)
|
||||
.setParticles(EndParticles.GLOWING_SPHERE, 0.001F)
|
||||
.setMusic(EndSounds.MUSIC_MEGALAKE)
|
||||
.setLoop(EndSounds.AMBIENT_MEGALAKE)
|
||||
.setLoop(EndSounds.AMBIENT_MEGALAKE_GROVE)
|
||||
.setSurface(EndBlocks.END_MOSS)
|
||||
.addStructureFeature(EndStructures.MEGALAKE)
|
||||
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue