diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-04-30 11:49:49 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-04-30 11:49:49 +1000 |
commit | 2f4609e80f915b7ba1a1f89ec60cca3e7f2d3e49 (patch) | |
tree | da0c3bd7fca06b9720331cad58e6d0980d8ed2d6 /src/resources/assets/minecraft | |
parent | 90894eec17172a91435c3121ce9f3db701c09bb2 (diff) | |
download | GT5-Unofficial-2f4609e80f915b7ba1a1f89ec60cca3e7f2d3e49.tar.gz GT5-Unofficial-2f4609e80f915b7ba1a1f89ec60cca3e7f2d3e49.tar.bz2 GT5-Unofficial-2f4609e80f915b7ba1a1f89ec60cca3e7f2d3e49.zip |
$ Made the Tree Farmer work to some usable release ready state.
- Temporarily disabled the added witch noises.
Diffstat (limited to 'src/resources/assets/minecraft')
-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 |