Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
4.0.0
Release
BetterF3 Fabric v4.0.0 (1.19.1/2)4 years ago 420.6K
Compatibility
Minecraft: Java Edition
22w42a
1.19–1.19.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Unavailable version
Changes
BetterF3 v4.0.0 for Minecraft 1.19.1/2
Published 2022-10-16
Confirmed to work with 22w42a (and possibly later versions) with the corresponding Fabric API mod installed
Added
- Allocation rate calculator to the Systems module
- BetterF3 version number to the Misc Right module
Updated
- Changed the versioning system in order follow the Minecraft versioning system
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 #95 / #60
- CurseForge uploads now use the beta and release types
Full Changelog: v1.4.0...v4.0.0
Optional dependencies
Unavailable version
Unavailable version
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:RbNy07Bx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8shC1gFX:RbNy07Bx"
}
