Customize window title, menu text, colors and hide Realms button. Perfect for modpack creators.
A simple client-side mod for modpack creators to customize their pack's branding.
#RRGGBB hex colors in text&c, &a, &l, etc.){mcversion}, {packversion}, {username}, {modcount}All config files are in .minecraft/config/packbranding/

MyModpack {packversion} - Minecraft {mcversion}
# Pack version - use {packversion} token in texts
packVersion=1.0
# Text displayed in main menu (bottom right, above copyright)
# Colors: #RRGGBB (hex), &c red, &a green, &e yellow, &f white
# Formatting: &l bold, &o italic, &n underline
# Tokens: {mcversion}, {packversion}, {username}, {modcount}
customTextMainMenu=#FF5555MyPack #FFFFFF{packversion} #AAAAAA| MC {mcversion}
# Text displayed in pause menu (bottom right)
customTextPauseMenu=#FF5555MyPack #FFFFFF{packversion}
# Hide Realms button (true/false)
hideRealmsButton=true
# Enable custom window icon (true/false)
# Icons can be at: config/packbranding/icon/icon_16x16.png and icon_32x32.png
# Both icon files are required when using split icons
# Or a single icon at: config/packbranding/icon.png
enableCustomIcon=false
| Code | Color |
|---|---|
#FF5555 |
Red |
#55FF55 |
Green |
#5555FF |
Blue |
#FFAA00 |
Orange |
#FFFFFF |
White |
#AAAAAA |
Gray |
&c |
Red |
&a |
Green |
&e |
Yellow |
&l |
Bold |
&o |
Italic |
Conversation