Перейти к содержимому
Mineforgian

Custom Window Title

Client-side mod to change window title (including special tokens) and window icon. Supports Forge & Fabric.

688K загрузок53 подписчиковUnlicensefabricforgeneoforge

Обновлён 12 октября 2025 г. · опубликован 11 августа 2023 г.

  • Example (Forge)
  • Example (Fabric)

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 . 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}"

Screenshot 1 Screenshot 2

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.4.3Релиз1.21.9, 1.21.10, 1.21.11fabric, neoforge12 октября 2025 г..jar (24 КБ)
1.4.2Релиз1.21.6, 1.21.7, 1.21.8fabric, neoforge20 июля 2025 г..jar (24 КБ)
1.4.1Релиз1.21.2, 1.21.3, 1.21.4, 1.21.5fabric, neoforge7 марта 2025 г..jar (24 КБ)
1.4.0Релиз1.21.2, 1.21.3, 1.21.4, 1.21.5fabric, neoforge19 октября 2024 г..jar (24 КБ)
1.3.0Релиз1.21fabric, neoforge3 июля 2024 г..jar (19 КБ)
1.2.0Релиз1.20.2, 1.20.3, 1.20.4neoforge11 декабря 2023 г..jar (15 КБ)
1.2.0Релиз1.20forge11 августа 2023 г..jar (15 КБ)
1.2.0Релиз1.20.3, 1.20.4, 1.20.5, 1.20.6fabric11 августа 2023 г..jar (15 КБ)
1.1.2Релиз1.19.3fabric11 августа 2023 г..jar (16 КБ)
1.1.2Релиз1.19.3forge11 августа 2023 г..jar (16 КБ)
1.1.1Релиз1.19, 1.19.1, 1.19.2fabric11 августа 2023 г..jar (16 КБ)
1.1.1Релиз1.19, 1.19.1, 1.19.2forge11 августа 2023 г..jar (16 КБ)
1.1.1Релиз1.16.2, 1.16.3, 1.16.4, 1.16.5fabric, forge11 августа 2023 г..jar (17 КБ)
1.1.1Релиз1.18-rc1, 1.18, 1.18.1, 1.18.2fabric11 августа 2023 г..jar (16 КБ)
1.1.1Релиз1.17.1, 1.18, 1.18.1, 1.18.2forge11 августа 2023 г..jar (16 КБ)

Показаны последние 15 из 21 версий. Все версии — на Modrinth.

Ченджлог

1.4.3Релиз1.21.9, 1.21.10, 1.21.11 · 12 октября 2025 г.
  • Updated to Minecraft 1.21.9
1.4.2Релиз1.21.6, 1.21.7, 1.21.8 · 20 июля 2025 г.
  • Updated to Minecraft 1.21.6
1.4.1Релиз1.21.3, 1.21.4, 1.21.5 · 7 марта 2025 г.
1.4.0Релиз1.21.3, 1.21.4, 1.21.5 · 19 октября 2024 г.
1.3.0Релиз1.21 · 3 июля 2024 г.
  • Updated to Minecraft 1.21
1.2.0Релиз1.20.2, 1.20.3, 1.20.4 · 11 декабря 2023 г.

Updated for NeoForge (minimum version 20.2.43).

1.2.0Релиз1.20 · 11 августа 2023 г.

Updated for Minecraft 1.20.

Due to Mojang changing how window icons work, this version does not support custom icons.

1.2.0Релиз1.20.4, 1.20.5, 1.20.6 · 11 августа 2023 г.

Updated for Minecraft 1.20.

Due to Mojang changing how window icons work, this version does not support custom icons.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…