Tags
Creators
Details
1.1.0+mc1.19.2
Compatibility
Required content
Changes
-
TransitManager now supports 1.19.2 - 1.19.4
-
All command that manipulates the nearest train has been moved to the
/trainsubcommand, changes as follows: -
/deployTrain->/train deploy
-
/trainCollision->/train collision
-
/manualModehas been removed as it does not work on multiplayer servers. -
Added
/warpdepot, this works the same way as/warpstnexcept it warps you to a depot. -
Added
/train board, this allows you to get onboard the nearest train even without a driver key (And on trains that are auto) -
Added
/train clear, this clears the siding of the nearest train. -
Added
/train ejectAllPassengers, this ejects all passengers from the nearest train -
Added
/train jump, this allows you to teleport the nearest train to to the track infront/behind/next platform/siding -
Added
/train skipDwell, this skips the dwell time of the nearest train. -
Added
/trainas an alias of/whattrain -
/whattrainnow also display the train destinated station/platform and remaining dwell time (If train is stopped) -
In
/whattrain, siding and depot has been combined into 1 field, you may also now click on the field to teleport to the siding. -
In the "Train running via this route" in /whatplatform, it now also indicates if a route is hidden.
For more detail, you should check the updated README or mod description.
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:TF6m3mcW:s1ysu8D8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TF6m3mcW:s1ysu8D8"
}

