Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 weeks ago
All versions
4.0-ALPHA-26.2
Alpha
Extreme sound muffler 4.0-ALPHA - Fabric 26.23 weeks ago 689
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
--ALPHA 4.0 EXPECT BUGS--
Needs lots of testing! please report any bugs to the GitHub repo!
- New GUI!
- You can now search by blocks to muffle their sounds (note that this is just for convenience and many blocks share sounds).
- Muffling full mods is now an option in the GUI instead of just a config.
- You can (optionally) keep a global list of muffled sounds in .minecraft now, which will share between all instances (doesn't work for anchors as expected).
- Anchors are not limited to 10 anymore, you can have as many as you want (could be laggy having too many so be careful).
- In Anchors you'll have an option to muffle EVERYTHING in case you need a pocket of silence.
- Another thing I probably forgot.
Old saved muffled sounds lists and anchors SHOULD transfer, but can't guarantee, you may need to re do them.
Translations are broken as many things were removed and added; PRs are welcome.
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:5IIKsxiL:F9HFzi5w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5IIKsxiL:F9HFzi5w"
}

