Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
FABRIC-1.16.5-3.0.0-beta-7
Beta
Minecraft Transit Railway5 years ago 347
Compatibility
Minecraft: Java Edition
1.16.2–1.16.5
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changes
- Depots
- Siding, turn back, and one-way rails
- Ability to add custom textures for existing train models and railway signs
- Rails are now part of the world save data and won't disappear when the player is too far away
- Added the Airport Express (Mini), K Train, and Light Rail Phase 1 (Refurbished), Phase 3, Phase 4, and Phase 5
- Train door animations
- Improved dynamic FPS boost, trains no longer flash
- Texture improvements on all trains
- Station exit signs
- Improved path finding
- Trains won't overlap any more but will wait if a section of rail ahead is occupied
- Improved support for shaders
- Support for 1.17+ and 1.18 experimental snapshots
- Added more types of ticket processors
- Sodium compatibility
- Light Rail sounds
- More Replay Mod support
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:Rl1aak6s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XKPAmI6u:Rl1aak6s"
}

