Links
Tags
Creators
Details
1.0.9
Compatibility
Changes
VoxLink 1.0.9
无限重试 / 无限打洞
连接失败后不再放弃,底层持续重试打洞,仅当你主动取消或对端取消时才停止。等待期间不再出现"连接失败了 :(" 的提示打断你。
###主菜单新增"前往网站"按钮 主菜单"浏览房间"按钮下方新增"前往网站",点击直接用系统浏览器打开官网(支持 Windows / macOS / Linux)。
新增 Forge 支持
- 新增 Forge 加载器支持,覆盖 MC 1.20 ~ 26.2(含独立 1.20 版本)
- 至此 Fabric / Forge / NeoForge 三大加载器共 26 个版本 全部可用
多语言
新增"前往网站"等文案的 13 种语言翻译(简体中文 / 繁體中文 / English / 日本語 / 한국어 / Français / Deutsch / Español / Русский / Português / العربية / 文言文 / 拉丁文)
支持的版本
| 加载器 | 版本数 | 覆盖范围 |
|---|---|---|
| Fabric | 8 | 1.20 ~ 26.2 |
| Forge | 10 | 1.20 ~ 26.2 |
| NeoForge | 8 | 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:qR5daRNY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qqeQJjgq:qR5daRNY"
}

