Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 5 months ago
All versions
1.0.2
Release
MC Extremo DeathSound 1.0.25 months ago 242
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
Death Sound Mod - v1.0.2
🚀 New Features
- Global Death Sound: Now, when a player dies, the hardcore death sound is played for everyone on the server, regardless of dimension (Overworld, Nether, End).
- Hardcore Death Messages: Death messages in chat are now forced to appear in BOLD RED with skull icons (☠), mimicking the Hardcore mode style.
- Enhanced Death Screen: The "You Died!" screen now also displays the death cause in the hardcore red style.
🛠️ Fixes & Improvements
- Crash Fix: Resolved a potential crash when accessing player lists during death events.
- Better Detection: Improved death message detection to work even without specific translation keys (fallback for modded deaths).
- Safe Reflection: Implemented robust reflection to ensure compatibility across different environments without crashing.
Compatible with Minecraft 1.20.1 (Forge)
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:jivYd2qW:kP5z4rw7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jivYd2qW:kP5z4rw7"
}

