Traveler's Titles
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (5 images)
🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #70 of 618 adventure mods in this game by downloads
📋 About This Mod
# Traveler's Titles <p> <a title="Depends on YUNG's API" href="https://modrinth.com/mod/yungs-api" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungsapibadge" alt="Depends on YUNG's API" width="211" height="26" /></a> <a title="Join the YUNG GANG on Discord!" href="https://discord.gg/rns3beq" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungsdiscordbadge2" alt="Join the YUNG GANG on Discord!" width="136" height="28" /></a> <a title="Follow me on Twitter!" href="https://twitter.com/yungnickyoung" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungstwitterbadge3" alt="Follow me on Twitter!" width="76" height="27" /></a> <a title="Subscribe to my YouTube!" href="https://www.youtube.com/yungnickyoung" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungsyoutubebadge" alt="Subscribe to my YouTube!" width="80" height="30" /></a> <a title="Support me on Patreon!" href="https://patreon.com/yungnickyoung" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungspatreonbadge" alt="Support me on Patreon!" width="138" height="28" /></a> </p> <p> Traveler's Titles is a simple client-side mod that adds RPG-like titles when entering biomes or dimensions. </p> <ul> <li>Completely customizable - change text size, color, location, duration, & more</li> <li><b>Includes built-in titles for many modded dimensions</b> - Atum, Twilight Forest, Bumblezone, Lost Cities, & more!</li> <li>Supports <b>all modded biomes</b></li> <li>Supports <b>custom titles with the Waystones mod!</b> Will display a Waystone's title when you're near it (1.18+ Forge only)</li> <li>Supports <b>custom sounds</b> when entering new biomes, dimensions, or Waystone regions</li> <li>Dimension & biome blacklisting</li> </ul> ## Beautiful Custom Dimension Titles <p> Try out the beautiful <a title="Visual Traveler's Titles" href="https://www.curseforge.com/minecraft/texture-packs/visual-travelers-titles" target="_blank" rel="noopener">Visual Traveler's Titles</a> resource pack add-on by UnRoman for completely custom dimension titles! It includes support for a <em>bunch</em> of modded dimensions. </p> ## Adding Custom Sounds <p>To use custom sounds, all you have to do is create a small resource pack with the namespace <code>travelerstitles</code>. In the <code>sounds</code> folder, you can add any or all of three custom sounds, named <code>dimension.ogg</code>, <code>biome.ogg</code>, and <code>waystone.ogg</code>. Each of these sounds will play when entering a new dimension, biome, and waystone, respectively. If no custom sound is provided for any of these, then no sound will play for the respective type of title. </p> ## Additional Customization <p>Using lang files in resource packs, you can add your own dimension & biome titles!<br /> Dimensions use a lang entry format like the following:</p> <p><code>"travelerstitles.namespace.dimensionname": "Title"</code></p> <p>Biomes use the same lang entries as always, guaranteeing built-in support for any mod's biomes, like so:</p> <p><code>"biome.namespace.biomename": "Title"</code></p> <p>However, should you want to change a vanilla or modded biome's title without potentially affecting other areas of the game that might use the biome's translation, you can use a special format specifically for this mod via the following: </p> <p><code>"travelerstitles.biome.namespace.biomename": "Title"</code></p> <p>Both dimensions and biomes also support an optional <code>color</code> lang entry which will override the configured default text color for that specific dimension or biome. The following is a complete example that adds a red title for the Nether and a green title for the Plains biome:<br /> </p> <pre><code>"travelerstitles.minecraft.the_nether": "The Nether", "travelerstitles.minecraft.the_nether.color": "ff0000", "travelerstitles.biome.minecraft.plains": "Plains", "biome.minecraft.plains.color": "00ff00"</code></pre> <p>Note that for a biome's <code>color</code> entry, it is also acceptable to have the key start with <code>travelerstitles</code>, and any biome color entry with <code>travelerstitles</code> prepended to it will take priority over other entries.<br /> For example, the following would resullt in blue (<code>0000ff</code>) text for the <code>desert</code> biome, since entries prepended with <code>travelerstitles</code> take priority: </p> <pre><code>"biome.minecraft.desert.color": "ff0000", "travelerstitles.biome.desert.color": "0000ff"</code></pre> <p>Also note that colors are RGB hex-formatted strings.</span></p> <p><a title="Lang entries" href="https://github.com/YUNG-GANG/Travelers-Titles/tree/1.19/Common/src/main/resources/assets/travelerstitles/lang" target="_blank" rel="noopener">See here</a> for the lang entries that come included with the mod in 1.19.2. Lang entries for other versions may be available on a different branch.</p> ## Debug commands <p>The following commands work in sin
# Traveler's Titles
Traveler's Titles is a simple client-side mod that adds RPG-like titles when entering biomes or dimensions.
- Completely customizable - change text size, color, location, duration, & more
- Includes built-in titles for many modded dimensions - Atum, Twilight Forest, Bumblezone, Lost Cities, & more!
- Supports all modded biomes
- Supports custom titles with the Waystones mod! Will display a Waystone's title when you're near it (1. 18+ Forge only)
- Supports custom sounds when entering new biomes, dimensions, or Waystone regions
- Dimension & biome blacklisting
## Beautiful Custom Dimension Titles
Try out the beautiful Visual Traveler's Titles resource pack add-on by UnRoman for completely custom dimension titles! It includes support for a bunch of modded dimensions.
## Adding Custom Sounds
To use custom sounds, all you have to do is create a small resource pack with the namespace travelerstitles. In the sounds folder, you can add any or all of three custom sounds, named dimension.ogg, biome.ogg, and waystone.ogg. Each of these sounds will play when entering a new dimension, biome, and waystone, respectively. If no custom sound is provided for any of these, then no sound will play for the respective type of title.
## Additional Customization
Using lang files in resource packs, you can add your own dimension & biome titles!
Dimensions use a lang entry format like the following:
"travelerstitles.namespace.dimensionname": "Title"
Biomes use the same lang entries as always, guaranteeing built-in support for any mod's biomes, like so:
"biome.namespace.biomename": "Title"
However, should you want to change a vanilla or modded biome's title without potentially affecting other areas of the game that might use the biome's translation, you can use a special format specifically for this mod via the following:
"travelerstitles.biome.namespace.biomename": "Title"
Both dimensions and biomes also support an optional color lang entry which will override the configured default text color for that specific dimension or biome. The following is a complete example that adds a red title for the Nether and a green title for the Plains biome:
"travelerstitles.minecraft.the_nether": "The Nether",
"travelerstitles.minecraft.the_nether.color": "ff0000",
"travelerstitles.biome.minecraft.plains": "Plains",
"biome.minecraft.plains.color": "00ff00"Note that for a biome's color entry, it is also acceptable to have the key start with travelerstitles, and any biome color entry with travelerstitles prepended to it will take priority over other entries.
For example, the following would resullt in blue (0000ff) text for the desert biome, since entries prepended with travelerstitles take priority:
"biome.minecraft.desert.color": "ff0000",
"travelerstitles.biome.desert.color": "0000ff"Also note that colors are RGB hex-formatted strings.
See here for the lang entries that come included with the mod in 1. 19. 2. Lang entries for other versions may be available on a different branch.
## Debug commands
The following commands work in sin
📊 Mod Details
- Game
- Minecraft Mods
- Author
- YUNGNICKYOUNG
- Version
- 26.1.2-NeoForge-6.1.0
- Downloads
- 8,913,976
- Endorsements
- 1,970
- Category
- adventure
- Created
- 11/29/2022
- Updated
- 6/24/2026
- Game Versions
- 26.1.1, 26.1.2
- Tags
- adventure, decoration, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Traveler's Titles support?
The author lists 26.1.1, 26.1.2. Other versions may work but are untested by the author.
What is the latest version of Traveler's Titles?
Version 26.1.2-NeoForge-6.1.0, published 2026-06-24 with 8.9M downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await




