1.5
Compatibility
Changes
MineCoasters 1.5 — Water Rides
New: a whole water-ride family — build them from an anchor's Coaster tab → "Water rides":
- Log Flume — a single-file log; chain lift up, steep chute down, big splash into a pool.
- Boat Ride — a wide 20-seat open passenger boat on a broad canal.
- River Rapids — a circular 8-seat raft that bobs and spins through the white water.
They ride the same track system as any coaster (no new blocks or tools), in a flowing water trough:
- Animated whitewater foam that rushes and accelerates down drops and dissolves smoothly into the pool.
- Waterfall roar near drops, a big splash on entry, and underwater drag.
In-game Manual overhaul — pages now auto-paginate (no more cut-off text), with clearer writing and new diagrams.
Built for Minecraft 1.21.1 · NeoForge 21.1.230.
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:MWa9H4W4:rzOqbZLn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MWa9H4W4:rzOqbZLn"
}

