Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated 3 weeks ago
All versions
26.7.1+quilt-26.2
Release
AutoConnect 26.7.1 Quilt 26.23 weeks ago 13
Compatibility
Minecraft: Java Edition
26.2
Platform
Quilt
Supported environments
Client-side
Changes
AutoConnect 26.7.1
Changes since 26.6.3:
- Update readme generation (
a2d1cf9) - Merge pull request #15 from balutaeugen/dev/readme_publish (
a5a3cc3) - Update update_dependencies.py (
ac08848) - Merge pull request #16 from balutaeugen/dep_bump_fix (
e65880c) - Update dependency-bump.yml (
9b8568f) - Merge pull request #18 from balutaeugen/dep_bump_copy_update (
c53b7e2) - chore: bump dependency versions (
8ac9e9d) - Merge pull request #19 from balutaeugen/dependency/version-bump (
ef78805) - chore: fix hardcoded gradle dependency (
2473d87) - Merge pull request #20 from balutaeugen/chore/gradle_bump_fix (
a7d5f4b) - Update dependency-bump.yml (
e04156d) - Merge pull request #21 from balutaeugen/chore/download_retry (
acc9e1e) - chore: add fallback for terraformers for mod menu (
e9c8988) - Merge pull request #22 from balutaeugen/chore/fallback_mod_version_check (
12ac167) - chore: bump dependency versions (
b89567a) - Merge pull request #23 from balutaeugen/dependency/version-bump (
d40281c) - chore: fix hardcoded pipeline dependencies (
25b458e) - Merge pull request #24 from balutaeugen/chore/pipelines_fix (
8133d37) - Update AutoConnectState.java (
392df11) - Merge pull request #25 from balutaeugen/fix/server_join_update (
1c4237f) - Bump version to 26.7.1 (
e4567f5) - Update publish.yml (
47dcf7d) - Merge pull request #26 from balutaeugen/chore/publish_fix (
1ad35ee)
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:HwkBvmkg:ZVSHqMhS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HwkBvmkg:ZVSHqMhS"
}

