Splasher!
Why don't splash? Splasher is a mod which makes splash texts fully customizable.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Splasher!

Customize Minecraft's Splash Texts at Your Will!
Contributing a Translation
Splasher turns Minecraft `splashes.txt` into `.json` files, and supports multi languages.
You will find `en_us.json` under `assets/splasher/lang/` and feel free translate it into your favorite language.
After translation, rename it to `xx_xx.json` (e.g., `zh_cn.json`), and enjoy! You can also create a pull request to contribute.
Adding a Customization
Splasher supports custom splash texts to append, or replace the original ones.
Custom splash texts are `.txt` files stored under `.minecraft/config/splasher/` and should be named the same as your target language (`en_us.txt` etc.).
In these files, every single splash takes a single line, and `§ Formatting Code` is under supported, the same as the Minecraft `splashes.txt` under directory `.minecraft/assets/minecraft/texts/`.
Configuring Splasher
Splasher is using Cloth Config API and is fully configurable, you can find the config file under `.minecraft/config/splasher.toml`.
Every option is well documented, and you can achieve different effects by changing the values, for example:
- Disabling all splashes - Only enabling custom splashes - Enabling both original and custom splashes, and not following the client language - And more...