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/tile/piston/in.ogg | Bin 0 -> 7252 bytes .../Sound/Minecraft/tile/piston/in/out.ogg | Bin 7252 -> 0 bytes .../Windows64Media/Sound/Minecraft/tile/piston/out.ogg | Bin 0 -> 7682 bytes .../Sound/Minecraft/tile/piston/out/back.ogg | Bin 7682 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/in.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/in/out.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/out.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/out/back.ogg (limited to 'Minecraft.Client/Windows64Media/Sound/Minecraft/tile') diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/in.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/in.ogg new file mode 100644 index 00000000..4ac41806 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/in.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/in/out.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/in/out.ogg deleted file mode 100644 index 4ac41806..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/in/out.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/out.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/out.ogg new file mode 100644 index 00000000..b26cecfc Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/out.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/out/back.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/out/back.ogg deleted file mode 100644 index b26cecfc..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/tile/piston/out/back.ogg and /dev/null differ -- cgit v1.2.3