diff options
Diffstat (limited to 'src/resources/assets/minecraft/sounds.json')
-rw-r--r-- | src/resources/assets/minecraft/sounds.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/resources/assets/minecraft/sounds.json b/src/resources/assets/minecraft/sounds.json deleted file mode 100644 index 20f73609ca..0000000000 --- a/src/resources/assets/minecraft/sounds.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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 |