Shadow walker
This commit is contained in:
parent
60f50767cf
commit
452fbf0497
7 changed files with 45 additions and 4 deletions
|
@ -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() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue