Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
4.0.0
Release
BetterF3 Forge v4.0.0 (1.19.1/2)4 years ago 37.8K
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Forge
Supported environments
Client-side
Required content
Changes
BetterF3 v4.0.0 for Minecraft 1.19.1/2
Published 2022-10-16
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
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:MTPw9hV7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8shC1gFX:MTPw9hV7"
}

