Creators
Details
2.1.1
Compatibility
Changes
Changelog v2.1.1
This update focuses on user customization and HUD positioning to ensure compatibility with other mods and individual preferences.
⨠New Features
- Dynamic Background Toggle: Added F3 + J to toggle the dark background boxes behind text modules on/off at runtime.
- Compass Positioning: The vertical position of the compass can now be manually adjusted via the
compassYOffsetsetting in the config. - Hex-Color Support: Background colors can now be fully customized using Hex-Strings (e.g.,
0x000000for black) in the config file.
š§ Improvements & Fixes
- Optimized Default HUD: Re-adjusted the default compass position to sit perfectly above the standard Minecraft hotbar/health-bar.
- Persistent Compass Design: The compass background now stays active regardless of the F3+J setting to maintain maximum readability.
- GPU Info Cleanup: Further refined system information strings for Linux/Mesa users (especially for Ryzen APUs).
- Code Refactor: Moved background rendering to a centralized utility class for better performance.
ā ļø Installation Note
IMPORTANT: Please delete your old configuration file (config/betterf3reborn.cfg) before launching the game with this update. This ensures that the new configuration entries (like the Y-Offset and Hex-Colors) are generated correctly.
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:wTr4BfnY:niZk1GI9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wTr4BfnY:niZk1GI9"
}

