From 2f4609e80f915b7ba1a1f89ec60cca3e7f2d3e49 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 30 Apr 2017 11:49:49 +1000 Subject: $ Made the Tree Farmer work to some usable release ready state. - Temporarily disabled the added witch noises. --- src/resources/assets/minecraft/sounds.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/resources/assets/minecraft/sounds.json (limited to 'src/resources/assets/minecraft') 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 -- cgit