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/creeper/death.ogg | Bin 0 -> 13695 bytes .../Windows64Media/Sound/Minecraft/mob/creeper/say1.ogg | Bin 0 -> 8031 bytes .../Windows64Media/Sound/Minecraft/mob/creeper/say2.ogg | Bin 0 -> 8331 bytes .../Windows64Media/Sound/Minecraft/mob/creeper/say3.ogg | Bin 0 -> 7435 bytes .../Windows64Media/Sound/Minecraft/mob/creeper/say4.ogg | Bin 0 -> 8038 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/death.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say1.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say2.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say3.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say4.ogg (limited to 'Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper') diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/death.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/death.ogg new file mode 100644 index 00000000..2ce3b443 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/death.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say1.ogg new file mode 100644 index 00000000..7fc496a5 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say2.ogg new file mode 100644 index 00000000..3757b12a Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say3.ogg new file mode 100644 index 00000000..4546086f Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say4.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say4.ogg new file mode 100644 index 00000000..7d2f13f1 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/creeper/say4.ogg differ -- cgit v1.2.3