Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.11.4
Release
Blind Mute Deaf 1.11.4 — Minecraft 26.2last month 104
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
[1.11.4] — 2026-08-15
Changed
- The filename carries the loader and the game version:
bmd-fabric-26.2-1.11.4.jarinstead ofbmd-1.11.3.jar. The mod is tied to one Minecraft release and the mod version alone never said which — easy to drop the wrong jar intomods/.
[1.11.3] — 2026-08-12
First public release. Earlier versions only ever ran on a private server.
Fixed
- The gesture wheel and item sign screen titles were hardcoded in Polish. They are only
ever read out by the narrator, which means a player using a screen reader got Polish text
no matter which language they had set. Both now go through
en_us/pl_pl.
Changed
- English mod metadata, author and repository links in
fabric.mod.json. - Added
LICENSE(MIT), an EnglishREADME.en.mdand this changelog.
Optional dependencies
Any compatible version
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:iMdv2r5d:G91WK8VT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iMdv2r5d:G91WK8VT"
}

