From 55be6447e33e27cc8820b3fa7d6a8decd147cd2e Mon Sep 17 00:00:00 2001 From: GuglioIsStupid Date: Fri, 6 Mar 2026 19:38:14 -0500 Subject: Sound Fixes (#686) * Fix sound settings not applying * Reimplement miles sound artifacts * Fix stone brick stairs recipe * Fix craft and scroll sound * Rename scrollfocus.ogg to scroll.ogg * Remove unneeded code * Reorganize sounds, revert spam sound press, add witch sounds and fix slimes * I forgot my console again --- .../Windows64Media/Sound/Minecraft/mob/zombie/death.ogg | Bin 0 -> 10795 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/hurt1.ogg | Bin 0 -> 11714 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/hurt2.ogg | Bin 0 -> 12680 bytes .../Sound/Minecraft/mob/zombie/infect.ogg | Bin 0 -> 20912 bytes .../Sound/Minecraft/mob/zombie/infect/metal.ogg | Bin 20038 -> 0 bytes .../Sound/Minecraft/mob/zombie/metal1.ogg | Bin 0 -> 10259 bytes .../Minecraft/mob/zombie/metal1/_8704_10280960.ogg | Bin 9079 -> 0 bytes .../Sound/Minecraft/mob/zombie/metal2.ogg | Bin 0 -> 10662 bytes .../Minecraft/mob/zombie/metal2/_9940_10293248.ogg | Bin 9647 -> 0 bytes .../Sound/Minecraft/mob/zombie/metal3.ogg | Bin 0 -> 10441 bytes .../Minecraft/mob/zombie/metal3/_9592_10305536.ogg | Bin 9400 -> 0 bytes .../Sound/Minecraft/mob/zombie/remedy.ogg | Bin 0 -> 43999 bytes .../Sound/Minecraft/mob/zombie/remedy/unfect.ogg | Bin 40406 -> 0 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/say1.ogg | Bin 0 -> 17748 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/say2.ogg | Bin 0 -> 16791 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/say3.ogg | Bin 0 -> 20045 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/step1.ogg | Bin 0 -> 14749 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/step2.ogg | Bin 0 -> 12501 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/step3.ogg | Bin 0 -> 12988 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/step4.ogg | Bin 0 -> 10624 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/step5.ogg | Bin 0 -> 15757 bytes .../Sound/Minecraft/mob/zombie/unfect.ogg | Bin 0 -> 22141 bytes .../Sound/Minecraft/mob/zombie/unfect/wood.ogg | Bin 19810 -> 0 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/wood1.ogg | Bin 0 -> 8708 bytes .../Sound/Minecraft/mob/zombie/wood1/_7904_10403840.ogg | Bin 7695 -> 0 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/wood2.ogg | Bin 0 -> 9061 bytes .../Sound/Minecraft/mob/zombie/wood2/_7560_10412032.ogg | Bin 8743 -> 0 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/wood3.ogg | Bin 0 -> 9559 bytes .../Sound/Minecraft/mob/zombie/wood3/_8452_10420224.ogg | Bin 9448 -> 0 bytes .../Windows64Media/Sound/Minecraft/mob/zombie/wood4.ogg | Bin 0 -> 8915 bytes .../Sound/Minecraft/mob/zombie/wood4/_8024_10432512.ogg | Bin 8159 -> 0 bytes .../Sound/Minecraft/mob/zombie/woodbreak.ogg | Bin 0 -> 12828 bytes .../Minecraft/mob/zombie/woodbreak/zombiedeath.ogg | Bin 10910 -> 0 bytes 33 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/death.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/hurt1.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/hurt2.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/infect.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/infect/metal.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal1.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal1/_8704_10280960.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal2.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal2/_9940_10293248.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal3.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal3/_9592_10305536.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/remedy.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/remedy/unfect.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say1.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say2.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say3.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step1.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step2.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step3.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step4.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step5.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/unfect.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/unfect/wood.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood1.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood1/_7904_10403840.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood2.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood2/_7560_10412032.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood3.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood3/_8452_10420224.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood4.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood4/_8024_10432512.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/woodbreak.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/woodbreak/zombiedeath.ogg (limited to 'Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie') diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/death.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/death.ogg new file mode 100644 index 00000000..b0807321 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/death.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/hurt1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/hurt1.ogg new file mode 100644 index 00000000..94a39b1c Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/hurt1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/hurt2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/hurt2.ogg new file mode 100644 index 00000000..22f681e9 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/hurt2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/infect.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/infect.ogg new file mode 100644 index 00000000..44bcdd48 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/infect.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/infect/metal.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/infect/metal.ogg deleted file mode 100644 index a25c52cc..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/infect/metal.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal1.ogg new file mode 100644 index 00000000..591f82c3 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal1/_8704_10280960.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal1/_8704_10280960.ogg deleted file mode 100644 index 67a0d349..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal1/_8704_10280960.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal2.ogg new file mode 100644 index 00000000..8dc24819 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal2/_9940_10293248.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal2/_9940_10293248.ogg deleted file mode 100644 index d6aa1035..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal2/_9940_10293248.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal3.ogg new file mode 100644 index 00000000..b2dfd40d Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal3/_9592_10305536.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal3/_9592_10305536.ogg deleted file mode 100644 index 832ac740..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/metal3/_9592_10305536.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/remedy.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/remedy.ogg new file mode 100644 index 00000000..f0bdb9c5 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/remedy.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/remedy/unfect.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/remedy/unfect.ogg deleted file mode 100644 index 2a676e22..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/remedy/unfect.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say1.ogg new file mode 100644 index 00000000..93e3aaf6 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say2.ogg new file mode 100644 index 00000000..5a746101 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say3.ogg new file mode 100644 index 00000000..e368828b Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/say3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step1.ogg new file mode 100644 index 00000000..f508952f Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step2.ogg new file mode 100644 index 00000000..b698162e Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step3.ogg new file mode 100644 index 00000000..3c03c160 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step4.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step4.ogg new file mode 100644 index 00000000..68337d56 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step4.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step5.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step5.ogg new file mode 100644 index 00000000..0a932c6c Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/step5.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/unfect.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/unfect.ogg new file mode 100644 index 00000000..3fb26786 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/unfect.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/unfect/wood.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/unfect/wood.ogg deleted file mode 100644 index d394c917..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/unfect/wood.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood1.ogg new file mode 100644 index 00000000..74d10efb Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood1/_7904_10403840.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood1/_7904_10403840.ogg deleted file mode 100644 index 64b43427..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood1/_7904_10403840.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood2.ogg new file mode 100644 index 00000000..8086c066 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood2/_7560_10412032.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood2/_7560_10412032.ogg deleted file mode 100644 index aed521e1..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood2/_7560_10412032.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood3.ogg new file mode 100644 index 00000000..b7f86b83 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood3/_8452_10420224.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood3/_8452_10420224.ogg deleted file mode 100644 index 2ddfc3d3..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood3/_8452_10420224.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood4.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood4.ogg new file mode 100644 index 00000000..8bd0c8b9 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood4.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood4/_8024_10432512.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood4/_8024_10432512.ogg deleted file mode 100644 index 7b58ea5d..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/wood4/_8024_10432512.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/woodbreak.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/woodbreak.ogg new file mode 100644 index 00000000..44b49df2 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/woodbreak.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/woodbreak/zombiedeath.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/woodbreak/zombiedeath.ogg deleted file mode 100644 index d80366c0..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/zombie/woodbreak/zombiedeath.ogg and /dev/null differ -- cgit v1.2.3