
Crash Pipe
This mod adds a humorous sound effect to Minecraft that plays when the game crashes. Instead of the standard error message, you'll hear the distinctive sound of a falling metal pipe, which helps brighten up the unpleasant moment of a game crash.
Sound Configuration
If you want to replace the default sound with another one, simply go to the .minecraft/config/crash-pipe
folder and replace the crash.wav
file with your own audio file. After that, restart the game for the changes to take effect.
Demonstration
For Mod Developers
Developers can include this mod in their projects by adding the following lines to their build file:
// Adding repository
repositories {
maven { url "https://maven.kikugie.dev/releases"}
}
// Adding dependency
// Adding dependency
// Adding dependency
dependencies {
include(modImplementation "dev.kikugie:crash-pipe:0.1.0")
}