
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
v2.0.3
Compatibility
Changes
- Vanilla parity: When falling down after rail on a cliff the behaviour is now vanilla, that means you can now fall down from a cliff to a perpendicular rail track.
- A little more slowdown before descending rails. Due to the vanilla parity you now start descending with 8m/s instead of 9.2m/s
- A little more slowdown before detector / activator rails. On and directly before detector/activator rails you also move with 8m/s instead of 9.2m/s now.
- Mod Compatibility: We only overwrite the moveOnRail function now when there is actually a LivingEntity riding the cart
- (technical) Mixin is targeting AbstractMinecartEntity again so we can inject and cancel the overwrite
- Built for Minecraft 1.19.4
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:5ElOUlhY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V8qsCwta:5ElOUlhY"
}
