Links
Tags
Creators
Details
1.8.0
Compatibility
Required content
Changes
- Updated to 26.2
- [Client]
- Reposition configuration button in Online settings
The Online settings screen got reworked and the button was no longer easily accessible
- New advanced options
- Compact the title screen (reposition elements / remove redundant buttons)
This was added due to the addition of the friends button
- "Lock down"
There are now so many network related settings that it can get quiet tedious configuring them all
- Compact the title screen (reposition elements / remove redundant buttons)
- Reposition configuration button in Online settings
- [Server]
- Rate-limiting now correctly handles IPv6 ULA
- Removed legacy configuration directory migration
- Minor performance improvements and tweaks
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| authback-1.8.0-sources.jar | Source jar | 178.17 KiB |
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:KANRfBrl:pxAamLw5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KANRfBrl:pxAamLw5"
}


