Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
2.0.0
Release
BetterF3 Forge v2.0.0 (1.17/1.17.1)4 years ago 3,634
Compatibility
Minecraft: Java Edition
1.17.x
Platform
Forge
Supported environments
Client-side
Required content
Changes
BetterF3 v2.0.0 for Minecraft 1.17/1.17.1
Published 2022-10-16
Added
- BetterF3 version number to the Misc Right module
- Changelogs
- Automatically opening the F3 menu
- Hiding the sidebar
- Hiding the debug crosshair
- Hiding the boss bar when the F3 menu is open
- Automatically opening the profiler
- Automatically opening the FPS graph
- More options for coloring text
- Slime chunk finder
- Current time to the Systems module
- Allocation rate calculator to the Systems module
- CurseForge, Modrinth, and GitHub actions automatic releases
- cominixo's ko-fi link
Updated
- Changed the versioning system in order follow the Minecraft versioning system
- GitHub Workflows to build the project
- GitHub Workflows to add translations from Crowdin
- Architectury Loom to 0.12.0
- Update urls to the Modrinth page
- Gradle to 7.5.1
- Checkstyle (Hide Whitespace Changes)
- README
- Accessing some chunk methods
Fixed
- The server chunk in the location module showing client chunk data
- The background size to better fit the text
- The add module screen to remove duplicates
- The profiler not popping correctly on Forge
- The profiler showing on the main menu
- An issue with Immersive Portal and other mods
- Reduced debug info with the client brand retriever
Full Changelog: v1.1.5...v2.0.0
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:8shC1gFX:GwlU7rpA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8shC1gFX:GwlU7rpA"
}

