Update sounds.json

This commit is contained in:
hankskyjames777 2019-11-30 11:00:56 +08:00 committed by GitHub
parent 46fe9c9c26
commit a3a80a70a8
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,11 +296,11 @@
"volume": 1.0, "volume": 1.0,
"pitch": [ 1.8, 2, 2.2], "pitch": [ 1.8, 2, 2.2],
"events": { "events": {
"ambient": "mob.villager.idle", "ambient": "mob.wanderingtrader.idle",
"hurt": "mob.villager.hit", "hurt": "mob.villager.hit",
"death": "mob.villager.death", "death": "mob.villager.death",
"ambient.in.water": "mob.villager.idle", "ambient.in.water": "mob.villager.idle",
"hurt.in.water": "mob.villager.hit", "hurt.in.water": "mob.wanderingtrader.hurt",
"death.in.water": "mob.villager.death", "death.in.water": "mob.villager.death",
"mad": { "mad": {
"sound": "mob.villager.hit", "sound": "mob.villager.hit",
@ -1606,4 +1606,4 @@
} }
} }
} }
} }