Fabric Title Changer
This lightweight Fabric mod provides complete control over the text displayed in the Minecraft window title. No more settling for standard labels - now you can customize them to your liking.
Configuration Options
All mod settings are located in the configuration file minecraft directory/config/fabric-title-changer/settings.json, where five main options are available:
includeVersionNumber- allows hiding the game version number (e.g., 1.15.2)includeAsterisk- removes the asterisk that appears in the title of modified versionsincludeNetworkStatus- disables the display of connection status ("Singleplayer", "Multiplayer", "LAN")overrideMinecraftTitle- replaces the standard word "Minecraft" with any text of your choiceoverrideFullTitle- completely overrides the entire window title, ignoring other settings
Dynamic Variables
When using the overrideFullTitle option, you can add special variables that are automatically replaced with corresponding data when the game starts. The current version includes the variable:
- %username% - the name of the current user
The mod is distributed under the MIT license, allowing free use in modpacks without the need to attribute authorship or obtain special permissions.