All versions
2.4.0+mc1.18.2
Release
VM Translation Update 2.4.0+mc1.18.x2 years ago 44.3K
Compatibility
Minecraft: Java Edition
1.18.x
Platforms
Fabric
Forge
Supported environments
Client-side
Required content
Changes
⚠️ 部分MC版本停止支持
从本版本开始不再支持Forge 1.20.5及以上和1.19.3-1.19.4全加载器
更新日志
- 添加模组信息翻译 (仅Fabric & NeoForge)
- 使用加载器本地API (不再使用Architectury API)
- 更新至1.20.5/6 (不再支持 MinecraftForge)
- 新图标
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:aAZwYOC6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wvCSIW08:aAZwYOC6"
}


