Links
Tags
Creators
Details
Licensed LGPL-2.1-or-later
Published 2 years ago
Updated 7 months ago
All versions
1.4.0
Release
v1.4.07 months ago 5,153
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
v1.4
- š“ Added fully functionable bicycles, along with new wheel type and locks for them.
- š« Disabled driving while vehicle is on jack. Fixed collision bugs and wheel rotation issues.
- šØ Fixed absent shading on jack. Vehicles now render properly with shadows when lifted.
- š Changed some vehicles models so no player head is seen through the roof.
- š¤ Changed Aluminum Boat model, now there is no water inside it when on water.
- š¦ Bugfix for chest on moped, there is no more duplicating.
- š§ Engine sound fix for vehicles with no fuel or locked with keys. No more engine sound when there is no fuel or no key inserted.
- š Fix for sound when installing/removing engine.
- š Added engine start/stop sound for non-electric vehicles.
- š¢ Changed honk logic, added ability to change honk sound for every vehicle in code.
- āļø Added config param to change if electric motors needs fuel to work.
- š® Added ability to disable wheelie in config file.
- š Changed vehicles sound, now its not that loud.
- šØ Changed textures from "Cray Industries" to "Onysd Industries".
- š¦ Changed vehicle crate logo.
- š§ Fix for fuel drum top flickering textures.
- ā Added new cup to workstation.
- š¤ Added propeller to Aluminum Boat.
- š§ Updated hammer and wrench models and recipes.
- š Vehicle pickup is now blocked when holding a key or bicycle lock (prevents interaction conflicts)
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:QeZHCPPI:LuvveCaI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QeZHCPPI:LuvveCaI"
}

