Description
Installation
The mod supports NeoForge and Fabric (*) mod loaders. Follow either mod loader's installation guide, then download the mod file for your Minecraft version, and install it into the .minecraft/mods
folder.
(*) Fabric API is not required.
Configuration
Run the game once to create the configuration file. By default, the window title will be set to Minecraft <version>. Unlike in vanilla 1.15.2 onwards, the title will not change when you enter a world/server.
To change the title or icon, navigate to the .minecraft/config
folder, and open customwindowtitle-client.toml
in a text editor. You will see the following entries:
title = 'Minecraft {mcversion}'
icon16 = ''
icon32 = ''
Only edit text inside quotes or apostrophes.
Changing the Title
You can use the following special tokens in the title configuration entry:
{mcversion}
- current Minecraft version
{modversion:mod_id}
- version of installed mod with the identifier mod_id
{username}
- current username
If any of the tokens aren't working, search the game log for CustomWindowTitle and you should see the reason, otherwise please file an issue on the issue tracker with as many details as possible.
Changing the Icon
Minecraft 1.21+
This feature is only available in Custom Window Title 1.4.0 and newer.
Create a square PNG image whose dimensions are a power of two, such as 32x32 or 48x48. Put the PNG file into the .minecraft/config
folder, either directly or into a subfolder.
The icon must be saved with transparency even if it doesn't use it, otherwise the icon may be corrupted or not appear at all. In Krita, for example, you must check Store alpha channel (transparency) when saving.
The icon configuration entry points to the PNG file relative to .minecraft/config
.
For example, if you placed the icon into .minecraft/config/customwindowtitle/icon.png
, then the configuration entry should look like this:
icon = 'customwindowtitle/icon.png'
Minecraft 1.20
This feature is not available in Minecraft 1.20.
Minecraft 1.19 and older
Instead of one icon
configuration entry, there are two configuration entries icon16
and icon32
for icons with dimensions 16x16 and 32x32.
Screenshots
These screenshots were taken using the following example configuration:
title = "Minecraft {mcversion} - Custom Window Title {modversion:customwindowtitle}"


AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.