Links
Tags
Creators
Details
1.1.0
Compatibility
Changes
VoxLink 1.1.0 发布
本次更新几乎把整个打洞逻辑完整重构,且中途甚至还被AI删库了一次,为了赶进度还痛失了118qwq
总览
VoxLink 1.1.0 是一次从底层到体验的全面重构。以最稳定的 26.2 为基准,将打洞、NAT 识别、连接调度整体重写,并统一覆盖到全部 25 个版本(Fabric / Forge / NeoForge × Minecraft 1.20 ~ 26.2),保证不同加载器、不同 MC 版本体验一致。
核心变化
- 打洞逻辑完整重构:以模板化调度为核心(双向联动),结合 NAT 类型 + 网络质量的多维矩阵,在 1.0.9 的基础上大幅提升穿透成功率与稳定性
- 全版本统一:25 个版本(3 加载器 × 各 MC 版本)共用同一套网络引擎与功能,从 1.20 到 26.2 行为一致,不再各版本各玩各的
- NAT 识别与调度增强:更可靠地识别 NAT 类型、对称端口预测、智能选模板,弱网与复杂网络环境下也能稳定连接
- 稳定性修复:修复"瞬间连上瞬间断"、异常断连判错、房主失联误踢、莫名上传等此前多版本遗留问题
- 多语言:全端支持 13 种语言
兼容性
| 加载器 | 支持版本 |
|---|---|
| Fabric | 1.20 ~ 1.21.11、26.1 ~ 26.2 |
| Forge | 1.20 ~ 1.21.11、26.1 ~ 26.2 |
| NeoForge | 1.20.1 ~ 26.2 |
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:qqeQJjgq:3kULp8y6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qqeQJjgq:3kULp8y6"
}

