Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last year
All versions
3.5
Release
Call to Battle Vehicles v3.5last year 326
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Featured Changes:
- Vehicles will now fill empty seats with bots! These bots are extra and don't respawn. This makes troop transports very useful, you can deploy a squad of extra reinforcements!
- You can now control vehicles from a "turret" seat if there is no one in the drivers seat, so they are more usable in singleplayer. (And multiplayer too, but now vehicles get filled with bots)
Vehicular Manslaughter:
- Lowered threshold for running over enemies
- Made running over enemies much more reliable, it's very easy to do now!
- Vehicle icon will always be used in the kill feed when running over an enemy
General Improvements:
- Vehicles without empty seats will no longer be selectable as spawns(Seats filled with bots count as empty)
- Destroying enemy vehicles will now give XP (Unmanned vehicles do not count)
- Can no longer damage vehicles driven by players on your team
Bug Fixes:
- Fixed afk kicking in vehicles
- Fixed incorrect icon showing for MG seat in kill feed
- Fixed teammates being able to damage vehicles
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:jY9k4JKC:K29CTEVI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jY9k4JKC:K29CTEVI"
}

