Tags
Creators
Details
v0.934.0
Compatibility
Required content
Changes
New Feature ×2 · World ×2 · New Content ×1 · Train ×1 · Balance ×1
0.934.0
The far reaches get stranger still
Past the last place that made sense, the world keeps changing the longer you ride — borrowing from places you would never expect to see from a train, with more waiting to be found the deeper you go.
- One of the stranger stretches of the journey now runs longer.
- What drifts past the window changes as you go, and the sky changes with it.
- Keep riding: there is more to find out there than there used to be.
0.933.0
New bookshelf carriage interior and refreshed seating
A new book-lined carriage interior can now turn up on the train, and the seating interiors have been rearranged with fresh layouts. Book-themed interiors also show up a little less often, so carriages feel more varied.
- New book-lined carriage interior
- Refreshed seating carriage layouts
- Book-themed interiors appear slightly less often
0.932.0
The sky has its own ideas out there
Somewhere far down the line, past the last place that made sense, the sky itself stops being what you remember. Keep riding — you'll know it when you see it.
- One of the stranger stretches of the journey now runs longer.
- The deeper you go, the less the sky, light and music feel like home.
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:SRpMdE4d:UPq7mdDw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SRpMdE4d:UPq7mdDw"
}

