Skip to content

Commit

Permalink
Add missing villager sounds. Addresses BUKKIT-4756
Browse files Browse the repository at this point in the history
  • Loading branch information
feildmaster committed Sep 11, 2013
1 parent 26038ce commit 85ae689
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/org/bukkit/Sound.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,11 @@ public enum Sound {
HORSE_ZOMBIE_DEATH,
HORSE_ZOMBIE_HIT,
HORSE_ZOMBIE_IDLE,
// Villager
VILLAGER_DEATH,
VILLAGER_HAGGLE,
VILLAGER_HIT,
VILLAGER_IDLE,
VILLAGER_NO,
VILLAGER_YES,
}

0 comments on commit 85ae689

Please sign in to comment.