Fabric Title Changer
A simple Fabric mod that allows you to customize the text that appears in the title window of Minecraft.
Configuration
There are 5 options which can be modified by editing the configuration .json file found in minecraft directory/config/fabric-title-changer/settings.json
.
includeVersionNumber
: Will hide or remove the version number from the title (1.15.2, etc).includeAsterisk
: Modded versions now show an asterisk in the title, set this tofalse
to remove it.includeNetworkStatus
: Minecraft now shows a "Singleplayer", "Multiplayer", "LAN" text in the titlebar. Set this tofalse
to disable this behavior.overrideMinecraftTitle
: Set avalue
property on this field to change the "Minecraft" text shown in the titlebar to anything else.overrideFullTitle
: This will ignore all other settings and force the window to always have the specified title.
When using the overrideFullTitle
option, you can also include the following variables which will get replaced with their corresponding data when the game is run. Send me a message if you want any extra variables added to a future version.
- %username% | The username of the currently logged in user
License
This mod is released under a permissive MIT License so feel free to include it in your modpack without attribution or permission.
Check github issues please
Would love a 1.19 update as well, one of the most useful mods out there for me and my workflow. :)
Hey mate, I've just updated it to 1.19, please try it and let me know if there is any issues.
Works like a charm, you're da best! <3
Love the mod
Would 1.19 update be possible?
Hey mate, I've just updated it to 1.19, please try it and let me know if there is any issues.
Maybe an update for 1.18? :)
Hey, I've just uploaded a version for 1.18, once its approved by Curse you should see it 🙏
Works like a charm, thank you so much! 😍
Would love a 1.17 update if you can find the time!
Super useful mod, thank you very much for creating it! :)
Awesome mod with more features than other title changer mod!
Very useful mod, thank you! :)
How to actually use the overrideFullTitle? I tried adding
"value": "the title I wanted"
underneath the comment, but it caused a crash.
In reply to Forge_User_87493684:
Make sure you have put a comma at the end of the previous line, the issue is probably because the JSON is invalid. Here is an example of how it should look: