https://github.com/rdvdev2/vanity-splash-text
Discover your mods through the splash texts!
https://github.com/rdvdev2/vanity-splash-text
minecraft minecraft-mod mod quiltmc
Last synced: 10 months ago
JSON representation
Discover your mods through the splash texts!
- Host: GitHub
- URL: https://github.com/rdvdev2/vanity-splash-text
- Owner: rdvdev2
- License: lgpl-3.0
- Created: 2022-08-17T17:23:06.000Z (over 3 years ago)
- Default Branch: 1.19
- Last Pushed: 2023-07-02T18:18:03.000Z (over 2 years ago)
- Last Synced: 2025-02-18T19:48:28.966Z (11 months ago)
- Topics: minecraft, minecraft-mod, mod, quiltmc
- Language: Java
- Homepage: https://modrinth.com/mod/vanity-splash-text
- Size: 118 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Vanity Splash Text
  
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.
```toml
# 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](https://modfest.net/)!
