Splasher! - Personalize Minecraft Splash Texts
This mod provides complete control over the splash texts that appear on Minecraft's main screen. Instead of the standard splashes.txt file, it now uses convenient JSON formats with support for multiple languages.
Multilingual Support
Splasher converts traditional splash texts into modern JSON format. In the assets/splasher/lang/ folder, you'll find the en_us.json file - this serves as the basis for creating translations in any language. Simply rename it appropriately (for example, ru_ru.json) and enjoy localized splash texts.
Creating Custom Splash Texts
You can add your own texts or completely replace the standard ones. Custom splash texts are stored in text files at .minecraft/config/splasher/ with names corresponding to language codes.
Each line in the file represents a separate splash text. All standard Minecraft formatting codes (§) are supported, just like in the original splashes.txt file.
Flexible Configuration
The mod uses Cloth Config API and offers numerous configuration options through the .minecraft/config/splasher.toml file. Among the available settings:
- Complete disabling of all splash texts
- Using only custom texts
- Combining standard and custom splash texts
- Configuring language preferences
- And many other possibilities
Each option comes with detailed descriptions, making configuration intuitive even for beginners.