add biome sound configs

This commit is contained in:
dfsek
2022-06-16 22:02:08 -07:00
parent 7574c356a0
commit 36682bc04c
3 changed files with 14 additions and 2 deletions
@@ -150,7 +150,11 @@ public final class BiomeUtil {
builder.precipitation(vanilla.getPrecipitation());
}
vanilla.getLoopSound().ifPresent(effects::loopSound);
vanilla.getAdditionsSound().ifPresent(effects::additionsSound);
vanilla.getMoodSound().ifPresent(effects::moodSound);
vanilla.getMusic().ifPresent(effects::music);
vanilla.getParticleConfig().ifPresent(effects::particleConfig);
return builder