Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
All versions
0.0.1-modfest.3+1.21
Release
Splinecart v0.0.1-modfest.3 for 1.212 years ago 1,740
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Mod config system with option to disable camera rotation following the rotation of the track (
/splinecartc config ...) - Cart velocity no longer stutters or feels uneven along track segments, and appropriately responds to slopes (true physics have not been added and will likely not be added during ModFest)
- Riders are positioned correctly within minecarts during inversions and banks
- Riders will not suffocate in supporting blocks when riding along an inverted or sideways track
- Adventure mode players can no longer modify tracks or ties
- Riders will no longer experience fall damage when their minecart leaves a Splinecart track
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:mAHz905I:FQDe6opP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mAHz905I:FQDe6opP"
}

