All versions
0.5.0+mc1.21.11
Beta
RC Vehicles 0.5.0+mc1.21.113 days ago 56
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
5.0.0 (MAJOR)
Added
- Build-your-own vehicles — place part blocks and use the Wrench on a Controller to assemble them into a working vehicle
- 8 part blocks — Controller, Engine, Wheel, Wing, Rotor, Pontoon, Seat, and Frame
- The Wrench — assemble a build by right-clicking the Controller; wrench the finished vehicle to take it apart and get every part back
- Parts decide behavior: Rotor hovers, Wing flies with plane-style lift, Pontoon floats, Wheels drive
- Engines scale top speed — more engines, more speed
- Wheels improve handling — more wheels turn sharper
- Seat is required to ride; seatless builds are remote-only
- Frames add weight — bigger builds are heavier and slower
- Built vehicles render as the actual blocks you assembled them from
- Full survival crafting recipes for every part and the Wrench, all unlocked in the recipe book automatically
Changed
- Part-based physics runs correctly whether you're riding or using the remote
- Vehicle mode and layout sync to the client so builds behave and render identically everywhere
The four prebuilt vehicles from 4.0 — RC Car, Boat, Plane, and Helicopter — are all still included.
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:rJGlFEyU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OnDcdb1E:rJGlFEyU"
}

