Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 15 days ago
JSON representation

Discover your mods through the splash texts!

Awesome Lists containing this project

README

        

# Vanity Splash Text
![https://modrinth.com/mod/vanity-splash-text](https://img.shields.io/modrinth/dt/vanity-splash-text?logo=modrinth&label=β€ŽModrinth&style=for-the-badge) ![https://www.curseforge.com/minecraft/mc-mods/vanity-splash-text](https://cf.way2muchnoise.eu/short_661970.svg?badge_style=for_the_badge) ![https://github.com/rdvdev2/vanity-splash-text/releases](https://img.shields.io/github/downloads/rdvdev2/vanity-splash-text/total?style=for-the-badge&logo=github&label=GitHub%20Releases)

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/)!
![ModFest: Singularity banner](https://github.com/ModFest/art/blob/main/1024w/ModFest%20Singularity%20Twitter.jpg?raw=true)