2.0.0
Compatibility
Changes
MLG with Meme Sounds v2.0 - The Rewrite Update
We are proud to introduce Version 2.0.0. This is a complete ground-up rewrite of the mod, transforming it into a highly optimized, modern Fabric mod for Minecraft 1.21+. All previous client-side crashes and binding issues have been completely resolved.
What is New:
Brand New In-Game Config GUI Press H to open a sleek configuration menu. You can toggle the mod status and adjust the volume from 0% to 100% on the fly.
Live and Dynamic Audio System Changing the volume via the slider now updates the currently playing music instantly in real-time, without cutting off or restarting the song from the beginning. Disabling the mod while music is playing will immediately silence the audio safely.
Expanded Clutch Support The mod now perfectly tracks multiple legendary clutch types. Honey blocks are re-engineered to ensure accurate sound triggers. Bouncing on beds, clutching onto ladders or vines, and right-clicking to ride mounts or boats mid-air will now successfully trigger the music.
Fixes and Optimization:
Zero FPS Impact: Removed heavy looping algorithms. The mod now uses high-performance targeted single-block data queries.
Fixed Screen Blur Crash: Moved the GUI execution logic to the official Fabric END_CLIENT_TICK thread, completely eliminating the vanilla screen blur crash.
Memory Leak Fixed: Audio instances are automatically flushed and collected immediately after completion or cancellation.
Localization: Added full English support for all menus, chat messages, and sliders.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:by6yw2Jt:MHxLUBNq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:by6yw2Jt:MHxLUBNq"
}

