Tags
Creators
Details
Licensed MIT
Published last year
Updated 20 hours ago
All versions
FORGE-1.0.2-pre.3-hf1+1.20.4
Beta
FORGE-1.0.2-pre.3-hf1+1.20.420 hours ago 31
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
更新日志
本 Mod 依赖 Minecraft Transit Railway 4.0.0 及以上 安装本Mod前,请备份您的存档。
修复内容
- 修复使用较低版本的Fabric Loader无法启动游戏的问题
Change Log
This Mod requires Minecraft Transit Railway 4.0.0 or above. Please back up your save before installing this Mod.
Bug Fixes
- Fixed the issue where the game could not start when using an older version of Fabric Loader.
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:nqMdKn6A:asDj1kK3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nqMdKn6A:asDj1kK3"
}

