1.2-beta
Compatibility
Changes
IVR 1.2-beta has been released! Requirement 要求
- Fabric (No Forge)
- Minecraft Transit Railway (version 3.2.2-hotfix1 or above), but NOT support MTR 4.0
- Minecraft 1.16.x-1.19.x
This mod support both of Client side and Server side
Both of Client and Server side need to be installed for Server gameplay.
Notice 注意
Please BACKUP the world before to use Please rejoin your world twice (Singleplayer) or restart your server(Server Side) if you are the first time using so that IVR Mod can sync data from MTR Mod.
Update Log 更新日志 1.修复了许多bug(包括九铁现代指示牌、假天花、头等服务和西班牙月台) 2.增加新的指示牌材质 3.修复了一些翻译问题
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:3VbpStns:unrJWN7v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3VbpStns:unrJWN7v"
}

