Add missing villager sounds. Addresses BUKKIT-4756

This commit is contained in:
feildmaster 2013-09-10 21:28:54 -05:00
parent 710a20cbd2
commit d0294170db

View File

@ -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,
}