Music fixes & music for mountains

This commit is contained in:
paulevsGitch 2020-10-24 19:28:25 +03:00
parent bc7217aff3
commit 65913a7d11
6 changed files with 22 additions and 4 deletions

View file

@ -9,6 +9,7 @@ public class SoundRegistry
// Music
public static final SoundEvent MUSIC_FOGGY_MUSHROOMLAND = register("music", "foggy_mushroomland");
public static final SoundEvent MUSIC_CHORUS_FOREST = register("music", "chorus_forest");
public static final SoundEvent MUSIC_CRYSTAL_MOUNTAINS = register("music", "crystal_mountains");
// Ambient
public static final SoundEvent AMBIENT_FOGGY_MUSHROOMLAND = register("ambient", "foggy_mushroomland");