Fixes issue #276

This commit is contained in:
libraryaddict 2018-01-27 16:45:42 +13:00
parent 8d0aa545c1
commit 8d389c2a29

View File

@ -124,7 +124,7 @@ public enum DisguiseSound {
SQUID("entity.squid.hurt", null, "entity.squid.death", "entity.squid.ambient"),
UNDEAD_HORSE("entity.zombie_horse.hurt", "block.grass.step", "entity.zombie_horse.death",
ZOMBIE_HORSE("entity.zombie_horse.hurt", "block.grass.step", "entity.zombie_horse.death",
"entity.zombie_horse.ambient", "entity.horse.gallop", "entity.horse.saddle", "entity.donkey.angry",
"entity.horse.step_wood", "entity.horse.armor", "entity.horse.land", "entity.horse.jump",
"entity.horse.angry"),