2.6
Compatibility
Changes
Version v2.6 is all about refining the experience.
π Whatβs New
-
Streamlined Configuration
-
The settings menu has been simplified for clarity and ease of use.
-
Removed advanced sliders (X/Y offsets, text scale) in favor of well-tuned defaults.
Available options are now:
-
Enable Mod
-
Italic Text
-
Enable Sound
π New Biome Entry Sound
-
A pleasant vanilla-style toast sound now plays when entering a new biome.
-
Can be toggled on or off in the config menu.
β¨ Visual Improvements
-
Auto-Centering: Biome names are now perfectly centered on the screen.
-
Improved Positioning: Text appears at ΒΌ of the screen height, making it easier to read without blocking gameplay.
π Localization Fixes
- Added full en_us (English) translations for all new sound-related settings.
β Result
The mod is now simpler, cleaner, and more polished, while still delivering clear biome notifications with a satisfying visual and audio touch π
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:tppBSxwM:anNkAprO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tppBSxwM:anNkAprO"
}

