Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
3.0.0
Release
BetterF3 Fabric v3.0.0 (1.18.1/2)4 years ago 85.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
BetterF3 v3.0.0 for Minecraft 1.18.1/2
Published 2022-10-16
Added
- BetterF3 version number to the Misc Right module
- Changelogs
- Automatically opening the F3 menu
- 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
- Allocation rate calculator to the Systems module
- CurseForge, Modrinth, and GitHub actions automatic releases
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
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
- CurseForge uploads now use the beta and release types
- Reduced debug info with the client brand retriever
Full Changelog: v1.2.5...v3.0.0
Optional dependencies
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:qUyRV6XT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8shC1gFX:qUyRV6XT"
}


