Traveler's Titles (Forge/NeoForge)

Quick rating

Traveler's Titles (Forge/NeoForge)

By YUNGNICKYOUNG , the_will_bl

No reviews yet

Epic, RPG-like titles when entering biomes & dimensions!

Fantasy
Adventure/Exploration
Custom Dimensions
Music & Sound
Client Utility
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
[26.1.2] Traveler's Titles v6.1.0 (NeoForge)

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

 Depends on YUNG's API Join the YUNG GANG on Discord! Follow me on Twitter! Subscribe to my YouTube! Support me on Patreon!

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+ only)
  • Supports custom sounds when entering new biomes, dimensions, or Waystone regions
  • Dimension & biome blacklisting

Beautiful Custom Dimension Titles (1.18+ only)

Try out the beautiful Visual Traveler's Titles resource pack add-on for completely custom dimension titles by UnRoman! It includes support for a bunch of modded dimensions.

Adding Custom Sounds (1.18+ only)

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, 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.

Debug Commands

The following commands work in single player worlds if you have sufficient permissions. They can be used to preview what titles will look like when you encounter them in the game.

/biometitle <biome>
/dimensiontitle <dimension>

Traveler's Titles

Depends on YUNG's API Join the YUNG GANG on Discord! Follow me on Twitter! Subscribe to my YouTube! Support me on Patreon!

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 single player worlds if you have sufficient permissions. They can be used to preview what titles will look like when you encounter them in the game.

/biometitle <biome>
/dimensiontitle <dimension>

Play with friends with the Essential mod!

Screenshots

Gallery

  • The Nether
    The Nether
  • Titles can be moved anywhere and resized!
    Titles can be moved anywhere and resized!
  • Built-in compat includes modded biomes!
    Built-in compat includes modded biomes!
  • Built-in compat with Twilight Forest
    Built-in compat with Twilight Forest
  • Plains
    Plains
  • Overworld title
    Overworld title
  • Plains biome title
    Plains biome title
  • The Nether
    The Nether
  • Titles can be moved, resized, and completely customized!
    Titles can be moved, resized, and completely customized!
  • Default overworld title
    Default overworld title
  • Built-in compatibility with all your favorite mods!
    Built-in compatibility with all your favorite mods!

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
2
In stacks

By the numbers

Statistics

61.1m
Total Downloads
CurseForge
52.3m
Modrinth
8.8m
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works