Tags
Creators
Details
v0.83.0+forge-1.20.1
Compatibility
Changes
0.83.0
PlayerMobs step over carriage gaps instead of leaping them
PlayerMobs crossing between train carriage groups now take a hop sized to the actual gap. Dungeon Train tightened the seams between carriages, but PlayerMobs kept using the same big sprint-leap they needed for the old wider gaps — so they'd sail across a hand's-width seam. They now step over it.
- Cross-carriage hops are sized to the real gap — about half the height and half the distance at Dungeon Train's current spacing
- Wider gaps still get the full sprint jump, so nothing changes where the longer leap is actually needed
- Fixed a mob briefly getting stuck in its crossing state after landing on a very narrow gap
PlayerMobs find their way back onto the train
A PlayerMob that falls onto the tracks now works its way back aboard instead of getting stuck. It bridges off the rails when there is a drop, builds a pillar up beside the passing carriages, and waits for a clear opening before jumping in.
- Mobs stranded on the track bed no longer stand on the edge indefinitely — they place a block and step off.
- Mobs beside the line build straight up rather than pacing alongside the train.
- Boarding waits for a genuine opening, so mobs stop leaping into carriage walls or through gaps.
- A mob with nothing to build from is given a few planks so it can bridge out and climb back on.
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:KeY5Fc8p:9KDD7nJ3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KeY5Fc8p:9KDD7nJ3"
}

