Add missing villager sounds. Addresses BUKKIT-4756
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@ -198,4 +198,11 @@ public enum Sound {
|
|||||||
HORSE_ZOMBIE_DEATH,
|
HORSE_ZOMBIE_DEATH,
|
||||||
HORSE_ZOMBIE_HIT,
|
HORSE_ZOMBIE_HIT,
|
||||||
HORSE_ZOMBIE_IDLE,
|
HORSE_ZOMBIE_IDLE,
|
||||||
|
// Villager
|
||||||
|
VILLAGER_DEATH,
|
||||||
|
VILLAGER_HAGGLE,
|
||||||
|
VILLAGER_HIT,
|
||||||
|
VILLAGER_IDLE,
|
||||||
|
VILLAGER_NO,
|
||||||
|
VILLAGER_YES,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user