backgroundMusic

fun backgroundMusic(music: Music)

Sets the backgroundMusic setting of the biome's special effects. This setting is used to add background music to the biome. To disable background music again, use disableBackgroundMusic.


fun backgroundMusic(builder: MusicBuilder.() -> Unit)

Sets the backgroundMusic setting of the biome's special effects by using a MusicBuilder. To disable background music again, use disableBackgroundMusic.