All versions
0.4.0+mc1.21.11
Alpha
RC Vehicles 0.4.0+mc1.21.112 weeks ago 337
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
0.4.0 (MAJOR)
Added
- RC Boat — floats and handles properly in water, sluggish on land
- RC Helicopter — true hover, vertical takeoff, rotates on the spot
- Remote battery: the RC Remote now has durability that drains while driving
- The remote accepts Unbreaking and Mending
- Camera now cycles first-person → third-person → off with V
- Right-clicking a bound vehicle with the remote disconnects it
Fixed
- Vehicles no longer appear to freeze at a distance (tracking range raised)
- Player movement now only locks while a remote is actually bound
- Boats can climb lily pads and low obstacles
- Camera reliably targets your bound vehicle instead of the nearest one
Changed
- Rewrote vehicle code onto a shared base — new vehicles are far easier to add
- Vehicles hold nearby chunks loaded while being driven
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:OnDcdb1E:fxeWoUO8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OnDcdb1E:fxeWoUO8"
}

