Shadow walker

This commit is contained in:
paulevsGitch 2020-11-08 01:32:31 +03:00
parent 60f50767cf
commit 452fbf0497
7 changed files with 45 additions and 4 deletions

View file

@ -22,6 +22,9 @@ public class EndSounds {
// Entity
public static final SoundEvent ENTITY_DRAGONFLY = register("entity", "dragonfly");
public static final SoundEvent ENTITY_SHADOW_WALKER = register("entity", "shadow_walker");
public static final SoundEvent ENTITY_SHADOW_WALKER_DAMAGE = register("entity", "shadow_walker_damage");
public static final SoundEvent ENTITY_SHADOW_WALKER_DEATH = register("entity", "shadow_walker_death");
public static void register() {}