All versions
fabric-5.1.0+mc1.21.8
Release
[Fabric]5.1.0+mc1.21.83 months ago 92
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
新功能
- 适配 Minecraft 26.1、26.1.1、26.1.2
- 不再重复下载资源包,进行md5检验
修复
- 无论是否开启misc.devMode配置项都会显示开发者模式信息的问题
- 模组元数据的version字段不是指定的项目版本
- 开启生成示例整合包信息文件配置项后导致崩溃
代码
- 大量代码重构及优化
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| vmtranslationupdate-fabric-5.1.0+mc1.21.8-sources.jar | Unknown | 88.24 KiB |
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:wvCSIW08:dZuDtzSd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wvCSIW08:dZuDtzSd"
}


