All versions
1.2.0+1.21x
Beta
Death Sound Mod 1.2.0 for 1.21x2 months ago 757
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixes & Changes
- Fixed monitor pops randomly turning on
- Changed the width of the buttons in all menus
- Changed the location of the monitor deaths and unit system button
- Max Distance is now capped at 32 chunks (technically unlimited)
- Changed the sounds button and the effects button to open new menus
- It now automatically focuses on the text field in the player list menu.
New Features
- New death effects menu, where you can select between 8 death effects that spawn on player deaths
- Added a sound menu where you can select between 19 built-in sounds to play on deaths.
- You now remove players on the player list via clicking on the list entry.
- It now automatically focuses on the text field in the player list menu.
Important
There may be a few small bugs, if you find any, please report them here.
Known issues
It crashes if menu background blur ist set to >0. Download the latest version of the mod for the fix: 1.2.0-hofix
Optional dependencies
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:M57SG5rk:FBpNO4h8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M57SG5rk:FBpNO4h8"
}


