Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last month
All versions
1.4.0
Release
BetterF3 Fabric v1.4.0 (1.19.1/2)4 years ago 4,366
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
BetterF3 v1.4.0 for Minecraft 1.19.1/2
Published 2022-10-03
Added
- In-Game Tick Display #98
- Automatically opening the profiler and TPS graphs #9
- Changelogs to the documentation
- Added an option to hide the bossbar
Updated
- GitHub Workflow
- Language Files to fill in regional dialects
Fixed
- Maximum FPS does not display #102
- Info colors can't change #101
- Left Module Background Cut Off #94
- String error #106
- Removing all modules from one side resets the side #57
- Misc right module won't show on the left side #50
Full Changelog: v1.3.2...v1.4.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:YkAPYBjH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8shC1gFX:YkAPYBjH"
}


