
Audaki Cart Engine (Faster Minecarts)
🤩 Fast carts! Minecart go zoom! Configurable Speed. Balanced for Vanilla/Survival. 100% glitch-free and compatible with all Redstone. Works high-speed with slopes/inclines/curves. Only vanilla track/carts needed. Can be added and removed at any time.
Tags
Creators
Details
3.1.1
Compatibility
Changes
Release 3.1 / 3.1.1
- [!] Improve brakes for ridden carts
- Brakes now always stop a ridden cart in exactly 1 brake tile
- Brakes now stop the cart in the 2nd half of the tile
- Even freestanding brakes do this now
- The change makes brakes MUCH more consistent
- This allows building reliable 1-tile stations / cart holders on 1-tile inclines!
- But this is also a breaking change
- If you want to slow down your ridden cart, try detector rails
- If you want more, message me here: https://github.com/audaki/minecraft-cart-engine/issues
Release 3.0
Release-Video
https://www.youtube.com/watch?v=i9WxH_ehMRo
Changes included from Release 3.0
- 34m/s speed in all directions
- Now works full-speed on slopes & inclines
- Now works full-speed on diagonals
- Faster Direction Changes
Compatibility
- Minecraft 1.17 up to Minecraft 1.21+
- Fabric Loader 1.14.20 up to Fabric Loader 1.15.11+
- Java 17 up to Java 22+
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:V8qsCwta:RLAkkIZ6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V8qsCwta:RLAkkIZ6"
}
