Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 weeks ago
Updated 3 hours ago
All versions
1.0.8
Beta
VoxLink-fabric-1.0.8last month 6
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Changes
Voxlink 1.0.8
新增
- NeoForge 加载器支持(1.20.1 ~ 26.2),共 8 个版本
- 加载器区分功能:房间卡片显示加载器标识,房间列表支持按加载器筛选
- 当前已支持 Fabric 与 NeoForge,Quilt / Forge 尚未适配,筛选选项已预留
- 一键构建脚本 build_merged.py,自动切换 JDK 批量构建 16 个版本
修复
- 创建房间玩家数硬编码,提取为常量(范围 2~100)
- 房间显示玩家数为信令系统加入量而非真实 MC 在线数,改为房主心跳上报 mcPlayerCount
- STUN 超时回归导致卡在"正在探测网络环境"(3s → 10s)
- P2P 中继在打洞失败后自动触发,改为仅手动按钮触发
其他
- 新增加入状态提示"正在加入房间...",与网络探测状态分离
- Fabric 目录重构为 8 个聚合目录,便于维护
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:1bz11JJy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qqeQJjgq:1bz11JJy"
}

