Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 9 months ago
Updated 9 months ago
Functionality
Plays this sound effect when your game crashes.
Config
If you want to use another sound, go to .minecraft/config/crash-pipe
, replace crash.wav
with your audio and restart the game.
Support this mod
If you're a mod developer add this to your build file:
repositories {
maven { url "https://maven.kikugie.dev/releases"}
}
dependencies {
include(modImplementation "dev.kikugie:crash-pipe:0.1.0")
}
thx