YUNG-GANG / Travelers-Titles

Minecraft mod for epic, RPG-like titles when entering biomes & dimensions
GNU Lesser General Public License v3.0
20 stars 11 forks source link

Travelers-Titles new features #53

Open OneWorldStudio opened 7 months ago

OneWorldStudio commented 7 months ago

Hello, please add a function in which every time you enter the biome, its name was shown every time you enter and exit the biome

ChloeDawn commented 7 months ago

Set the "Number of Most Recent Biomes Saved" value to 0 in the mod's config.

# Traveler's Titles tracks a list of biomes the player most recently visited in order to
# prevent the player from being spammed with titles when they move between the same few biomes.
# This is the size of that list.
# For example, if this value is 5, then your 5 most recent biomes will be saved.
# Default: 5
"Number of Most Recent Biomes Saved" = 5
OneWorldStudio commented 7 months ago

Okay, thanks