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/magmacube/big1.ogg | Bin 0 -> 11663 bytes .../Minecraft/mob/magmacube/big1/_9180_9338880.ogg | Bin 10081 -> 0 bytes .../Sound/Minecraft/mob/magmacube/big2.ogg | Bin 0 -> 8739 bytes .../Minecraft/mob/magmacube/big2/_7304_9351168.ogg | Bin 7877 -> 0 bytes .../Sound/Minecraft/mob/magmacube/big3.ogg | Bin 0 -> 10113 bytes .../Minecraft/mob/magmacube/big3/_8744_9359360.ogg | Bin 8766 -> 0 bytes .../Sound/Minecraft/mob/magmacube/big4.ogg | Bin 0 -> 10701 bytes .../Minecraft/mob/magmacube/big4/_8910_9371648.ogg | Bin 9641 -> 0 bytes .../Sound/Minecraft/mob/magmacube/jump1.ogg | Bin 0 -> 13100 bytes .../Minecraft/mob/magmacube/jump1/_11454_9383936.ogg | Bin 12020 -> 0 bytes .../Sound/Minecraft/mob/magmacube/jump2.ogg | Bin 0 -> 13862 bytes .../Minecraft/mob/magmacube/jump2/_13962_9396224.ogg | Bin 12779 -> 0 bytes .../Sound/Minecraft/mob/magmacube/jump3.ogg | Bin 0 -> 13180 bytes .../Minecraft/mob/magmacube/jump3/_12852_9412608.ogg | Bin 12351 -> 0 bytes .../Sound/Minecraft/mob/magmacube/jump4.ogg | Bin 0 -> 14643 bytes .../Minecraft/mob/magmacube/jump4/_13314_9428992.ogg | Bin 12924 -> 0 bytes .../Sound/Minecraft/mob/magmacube/small1.ogg | Bin 0 -> 6894 bytes .../Minecraft/mob/magmacube/small1/_3734_9445376.ogg | Bin 5982 -> 0 bytes .../Sound/Minecraft/mob/magmacube/small2.ogg | Bin 0 -> 6215 bytes .../Minecraft/mob/magmacube/small2/_3130_9449472.ogg | Bin 5658 -> 0 bytes .../Sound/Minecraft/mob/magmacube/small3.ogg | Bin 0 -> 5907 bytes .../Minecraft/mob/magmacube/small3/_3112_9453568.ogg | Bin 5532 -> 0 bytes .../Sound/Minecraft/mob/magmacube/small4.ogg | Bin 0 -> 5987 bytes .../Minecraft/mob/magmacube/small4/_2948_9457664.ogg | Bin 5515 -> 0 bytes .../Sound/Minecraft/mob/magmacube/small5.ogg | Bin 0 -> 5583 bytes .../Minecraft/mob/magmacube/small5/_2298_9461760.ogg | Bin 5111 -> 0 bytes 26 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big1.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big1/_9180_9338880.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big2.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big2/_7304_9351168.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big3.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big3/_8744_9359360.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big4.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big4/_8910_9371648.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump1.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump1/_11454_9383936.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump2.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump2/_13962_9396224.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump3.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump3/_12852_9412608.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump4.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump4/_13314_9428992.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small1.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small1/_3734_9445376.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small2.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small2/_3130_9449472.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small3.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small3/_3112_9453568.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small4.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small4/_2948_9457664.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small5.ogg delete mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small5/_2298_9461760.ogg (limited to 'Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube') diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big1.ogg new file mode 100644 index 00000000..6a7310d3 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big1/_9180_9338880.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big1/_9180_9338880.ogg deleted file mode 100644 index b2405e73..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big1/_9180_9338880.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big2.ogg new file mode 100644 index 00000000..66d7a702 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big2/_7304_9351168.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big2/_7304_9351168.ogg deleted file mode 100644 index d7ce7111..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big2/_7304_9351168.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big3.ogg new file mode 100644 index 00000000..ed8239fc Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big3/_8744_9359360.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big3/_8744_9359360.ogg deleted file mode 100644 index dc09134b..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big3/_8744_9359360.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big4.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big4.ogg new file mode 100644 index 00000000..5d4f77ed Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big4.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big4/_8910_9371648.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big4/_8910_9371648.ogg deleted file mode 100644 index 16866426..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/big4/_8910_9371648.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump1.ogg new file mode 100644 index 00000000..8226363a Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump1/_11454_9383936.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump1/_11454_9383936.ogg deleted file mode 100644 index eed526a2..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump1/_11454_9383936.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump2.ogg new file mode 100644 index 00000000..2971f0af Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump2/_13962_9396224.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump2/_13962_9396224.ogg deleted file mode 100644 index 99308257..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump2/_13962_9396224.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump3.ogg new file mode 100644 index 00000000..53cbc386 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump3/_12852_9412608.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump3/_12852_9412608.ogg deleted file mode 100644 index e5406be4..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump3/_12852_9412608.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump4.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump4.ogg new file mode 100644 index 00000000..0f4f06f9 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump4.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump4/_13314_9428992.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump4/_13314_9428992.ogg deleted file mode 100644 index de88e20f..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/jump4/_13314_9428992.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small1.ogg new file mode 100644 index 00000000..76100dba Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small1/_3734_9445376.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small1/_3734_9445376.ogg deleted file mode 100644 index 1a1113b9..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small1/_3734_9445376.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small2.ogg new file mode 100644 index 00000000..baf9b1c7 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small2/_3130_9449472.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small2/_3130_9449472.ogg deleted file mode 100644 index 34e3957d..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small2/_3130_9449472.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small3.ogg new file mode 100644 index 00000000..090f40ca Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small3/_3112_9453568.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small3/_3112_9453568.ogg deleted file mode 100644 index fc128a50..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small3/_3112_9453568.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small4.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small4.ogg new file mode 100644 index 00000000..61592824 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small4.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small4/_2948_9457664.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small4/_2948_9457664.ogg deleted file mode 100644 index eae1de07..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small4/_2948_9457664.ogg and /dev/null differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small5.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small5.ogg new file mode 100644 index 00000000..73f79fa7 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small5.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small5/_2298_9461760.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small5/_2298_9461760.ogg deleted file mode 100644 index efb1c637..00000000 Binary files a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/magmacube/small5/_2298_9461760.ogg and /dev/null differ -- cgit v1.2.3