From b8fe745a5331da8dc3024d2cbd1a6dea064e19eb Mon Sep 17 00:00:00 2001 From: Fireblade <72758695+Firebladedoge229@users.noreply.github.com> Date: Fri, 8 May 2026 03:49:01 -0400 Subject: [PATCH] clarify tu34 aspect of minecart sounds --- Minecraft.Client/Common/Consoles_App.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Minecraft.Client/Common/Consoles_App.cpp b/Minecraft.Client/Common/Consoles_App.cpp index 9627c7a9..b9dbf717 100644 --- a/Minecraft.Client/Common/Consoles_App.cpp +++ b/Minecraft.Client/Common/Consoles_App.cpp @@ -1043,6 +1043,8 @@ int CMinecraftApp::SetDefaultOptions(C_4JProfile::PROFILESETTINGS *pSettings,con //TU25 SetGameSettings(iPad, eGameSetting_ClassicCrafting, 0); SetGameSettings(iPad, eGameSetting_CaveSounds, 1); + + //TU34 SetGameSettings(iPad, eGameSetting_MinecartSounds, 1); // 4J-PB - leave these in, or remove from everywhere they are referenced!