diff options
Diffstat (limited to 'src/resources/assets/minecraft/sounds.json')
-rw-r--r-- | src/resources/assets/minecraft/sounds.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/resources/assets/minecraft/sounds.json b/src/resources/assets/minecraft/sounds.json new file mode 100644 index 0000000000..20f73609ca --- /dev/null +++ b/src/resources/assets/minecraft/sounds.json @@ -0,0 +1,25 @@ +{ + "mob.witch.death": { + "category": "hostile", + "sounds": [ + "mob/witch/death" + ] + }, + "mob.witch.hurt": { + "category": "hostile", + "sounds": [ + "mob/witch/hit1", + "mob/witch/hit2", + "mob/witch/hit3", + "mob/witch/hit4" + ] + }, + "mob.witch.idle": { + "category": "hostile", + "sounds": [ + "mob/witch/idle1", + "mob/witch/idle2", + "mob/witch/idle3" + ] + } +}
\ No newline at end of file |