Chorus forest ambient

This commit is contained in:
paulevsGitch 2020-10-15 21:18:12 +03:00
parent d38a034b1b
commit 101b49d043
8 changed files with 32 additions and 5 deletions

View file

@ -8,9 +8,11 @@ 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");
// Ambient
public static final SoundEvent AMBIENT_FOGGY_MUSHROOMLAND = register("ambient", "foggy_mushroomland");
public static final SoundEvent AMBIENT_CHORUS_FOREST = register("ambient", "chorus_forest");
// Entity
public static final SoundEvent ENTITY_DRAGONFLY = register("entity", "dragonfly");