Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
FABRIC-1.17.1-3.0.0-beta-8-prerelease-1
Beta
Minecraft Transit Railway5 years ago 238
Compatibility
Minecraft: Java Edition
1.17.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changes
- New trains: MLR, Light Rail Phase 2, E44 "Yellow Head", Tung Chung Line K Train, Airport Express K Train (fictional), NYC R179
- London Underground and North American platform blocks, as well as indented versions of all platform blocks
- Train sensor and train announcer blocks
- Blue marble and sandy marble
- Rubbish bins
- Routes can now be set to "Light Rail mode" and have a route number, which will add additional announcements and information to the PIDS
- "Clear Trains" button for a depot
- Routes that start and end at the same station can be marked as "clockwise" or "anticlockwise"
- Trains from a depot will deploy in order of siding numbers
- PIDS will show car lengths if trains of different number of carriages are running on a route
- PIDS will now count down even if trains are waiting at the depot
- Improvements for server and client simulation of trains to reduce lag
- Refreshing a long path will no longer cause server timeouts
- Fixed sounds not playing and PIDS not cycling between languages when the gamerule
doDaylightCycleisfalse
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:XKPAmI6u:2g8YM3fW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XKPAmI6u:2g8YM3fW"
}

