Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 weeks ago
Updated 3 hours ago
All versions
1.0.5
Beta
VoxLink-fabric-1.0.5last month 0
Compatibility
Minecraft: Java Edition
1.20
Platform
Fabric
Supported environments
Client-side
Changes
修复
- 游戏菜单按钮重命名为「房间管理」
- 修复更改房间配置后,房间名审核提示反复横跳(先显示未过审又显示过审)
- 修复每次正常关闭游戏都会出现报错
- 修复陶瓦进程不自动关闭:关房间/关游戏后陶瓦不再后台残留,删除陶瓦不再失败
- 修复双 P2P 竞速不公平:VoxLink 和陶瓦现在真正公平竞速,哪边先连上用哪边
- 修复访客 OP 逻辑:作弊开启但访客 OP 设为否时,访客不再残留 OP 权限
优化
- 陶瓦解压改为纯 Java 实现,全平台支持,不再依赖系统 tar 命令
- 新增 GitHub 更新检查(可在简单配置中开关)
- 更新提示开关文案统一加 VoxLink 前缀,13 种语言同步
- HTTP 错误日志加中英双语解释
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:iUwLGJFp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qqeQJjgq:iUwLGJFp"
}

