Links
Tags
Creators
Details
All versions
1.1.0+mc26.2
Release
VPNOnly 1.1.0 for Minecraft 26.23 weeks ago 31
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
- Add an exact-version Fabric build for every stable Minecraft Java release from 1.17 through 26.2, including patch releases.
- Adapt connection hooks, text APIs, and screen switching to each Minecraft version, including quick play and server transfers where available.
- Match each release's Java requirement and support the unobfuscated 26.x game code.
- Remove the unused Fabric API dependency. Fabric Loader 0.19.5 or later is required.
- Block failed or malformed VPN lookups with a distinct error message, bound HTTP requests with timeouts, and recheck the current public IP on each connection attempt.
This download
Minecraft 26.2, Fabric Loader 0.19.5 or later, and Java 25 or later. Fabric API is not required. Install only the JAR matching your Minecraft 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:uExLVPv5:91GjboVm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uExLVPv5:91GjboVm"
}

