Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 weeks ago
Updated 2 hours ago
All versions
1.1.2
Beta
VoxLink-forge-1.1.22 hours ago 0
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Forge
Supported environments
Client-side
Changes
VoxLink 1.1.2
1.1.1 -> 1.1.2 更新内容:
新功能
- 创建房间流程后台化:建房过程中的等待不再阻塞界面,异常时自动恢复,不会卡死在创建界面
- ModSync(模组同步):房主可为房间指定必装模组,房客进房前自动比对并提示补齐
- 注意:「获取房主必装模组」目前处于 Beta 阶段,功能可用但可能存在边界情况,遇到问题欢迎反馈
- IP 归属地显示:玩家列表显示所在地区,结果带缓存,减少重复查询
改进
- 严格 NAT 等复杂网络环境下的连接成功率明显提升
- 信令服务器连接不稳定时房间保持存活,不掉线
- 模组下载与界面交互体验优化,敏感操作期间禁用相关按钮防误触
- 多项稳定性提升,全部改动覆盖 Fabric / Forge / NeoForge 全支持版本
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:JPFpALys"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qqeQJjgq:JPFpALys"
}

