
Have you ever discovered a modpack, seen the twenty-page list of mods, and decided to play without knowing exactly what mods are you using? This mod is the solution to all your nightmares: it replaces the splash screen random texts with a message that announces one of the mods that you're using. The message is randomized, and thus helps you slowly discover the mods that you are playing with.
⚙️ Configuration
There are a couple of options you can play with in .minecraft/config/vanity_splash_text/config.toml. It is really
recommended for creators of modpacks to adjust the ignore_modid_regexs option to ensure that it has the expected
behaviour.
# All the mods with an id matching any of the regular expressions in this list will be excluded from the generated splash texts
ignore_modid_regexs = ["java", "minecraft", "quilt_.*", "quilted_fabric_.*", ".*api.*"]
# This templates are used to generate the splash texts. Some patterns are replaced:
# @@MOD@@ will be replaced with a mod's name
# @@VERSION@@ will be replaced with a mod's version
# If various replace patterns are used in a template, they will refer to the same mod
splash_templates = ["Now featuring @@MOD@@!", "With @@MOD@@ version @@VERSION@@!", "@@MOD@@???? Cool!", "Can't play without @@MOD@@!", "Who's at version @@VERSION@@? That's right, @@MOD@@!", "Did you ever play before with @@MOD@@?", "@@MOD@@ is @@MOD@@", "If you liked @@MOD@@, it's authors will love to hear about it!"]
# Set this option to false to enable seasonal splash texts (for Christmas, New year, and Halloween)
# default: false
skip_seasonal_splash_text = false
# The special PLAYER IS YOU splash text will be enabled if this value is set to 24
# default: 0
the_answer = 0
# If you want to see the original splash texts alongside the ones generated by the mod, set this option to true
# default: false
keep_old_splashes = false
📚 Modpacks
This mod has been designed with modpacks in mind, so i'll be very glad if you include it in yours. (Using this mod is also a great way to credit the mods in your modpack)
🎉 ModFest: Singularity
This mod is my submission to ModFest: Singularity!

- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.19, 1.19.1, 1.19.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as vanity-splash-text-1.1.0+1.19.jar — drop this file into the mods folder
- Download size: 49 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.