← Назад к ресурсам

Splasher!

Why don't splash? Splasher is a mod which makes splash texts fully customizable.

Modrinth decoration utility

Описание

![icon](https://github.com/KessokuTeaTime/Splasher/blob/artwork/banner.png?raw=true) **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](https://modrinth.com/mod/cloth-config)** 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...