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 --- .../Sound/Minecraft/mob/witch/ambient1.ogg | Bin 0 -> 11558 bytes .../Sound/Minecraft/mob/witch/ambient2.ogg | Bin 0 -> 10226 bytes .../Sound/Minecraft/mob/witch/ambient3.ogg | Bin 0 -> 12436 bytes .../Sound/Minecraft/mob/witch/ambient4.ogg | Bin 0 -> 12635 bytes .../Sound/Minecraft/mob/witch/ambient5.ogg | Bin 0 -> 6904 bytes .../Windows64Media/Sound/Minecraft/mob/witch/death1.ogg | Bin 0 -> 11360 bytes .../Windows64Media/Sound/Minecraft/mob/witch/death2.ogg | Bin 0 -> 10782 bytes .../Windows64Media/Sound/Minecraft/mob/witch/death3.ogg | Bin 0 -> 8456 bytes .../Windows64Media/Sound/Minecraft/mob/witch/hurt1.ogg | Bin 0 -> 6869 bytes .../Windows64Media/Sound/Minecraft/mob/witch/hurt2.ogg | Bin 0 -> 7165 bytes .../Windows64Media/Sound/Minecraft/mob/witch/hurt3.ogg | Bin 0 -> 7304 bytes 11 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient1.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient2.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient3.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient4.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient5.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death1.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death2.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death3.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt1.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt2.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt3.ogg (limited to 'Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch') diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient1.ogg new file mode 100644 index 00000000..71c87049 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient2.ogg new file mode 100644 index 00000000..6c31b785 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient3.ogg new file mode 100644 index 00000000..c7e630fe Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient4.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient4.ogg new file mode 100644 index 00000000..20a7e29b Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient4.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient5.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient5.ogg new file mode 100644 index 00000000..631e7478 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/ambient5.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death1.ogg new file mode 100644 index 00000000..83bbbad4 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death2.ogg new file mode 100644 index 00000000..50f8b417 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death3.ogg new file mode 100644 index 00000000..8ffc4d71 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/death3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt1.ogg new file mode 100644 index 00000000..36fcba96 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt2.ogg new file mode 100644 index 00000000..b918908f Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt3.ogg new file mode 100644 index 00000000..64606186 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/witch/hurt3.ogg differ -- cgit v1.2.3