0.6.0+mc1.21.11
Compatibility
Changes
RC Vehicles 6.0 — Full Release
First stable release, now with multi-version support across Minecraft 1.21.4–1.21.11.
Modular Build System
Build your own vehicles from part blocks. Place parts, then Wrench a controller to assemble them into a working vehicle:
- Wheels drive, wings fly, rotors hover, pontoons float
- Engines scale speed and fuel burn, seats enable riding, frames add structure
- Built vehicles render as the actual blocks you placed
- Disassemble anytime with the Wrench to recover your parts
Prebuilt Vehicles
Four craftable ready-to-go vehicles: RC Car, RC Plane (with climb/dive/stall physics), RC Boat, and RC Helicopter (hover control).
Controls
- Ride seated vehicles directly, or remote-control any vehicle with the RC Remote
- Toggleable FPV camera (first and third person) — see from the vehicle itself
Fuel & Survival
- Vehicles run on coal, charcoal, or blaze powder
- Every part, tool, and vehicle is fully craftable in survival
- Press H on any item for an in-game info screen with its recipe and build details
Multi-Version
Supports Minecraft 1.21.4 through 1.21.11 — download the jar matching your version.
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:uNh1W6cP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OnDcdb1E:uNh1W6cP"
}

