0.1.4-1.20.1
Compatibility
Changes
Changelog:
- New Rocket pads
The rocket pads have a capacity of 15 rockets
- New Rocket rails
The rocket rails can hold up to 4 medium rockets
- Rockets
Small rockets with different warheads (AP, Flak, HE, HE-I)
- Medium Rockets
Rockets with more fuel, also coming in different flavors (AP, HE, HE-F, HEAT)
- Bushes
Twin Autocannons can be hidden in leaves now
Bugfixes
- Fixed game crashes
There where some version incompatibilities, which caused game crashes (CBC 5.10 is supported now)
- Cannon Carriage support
Twin Autocannons, Heavy Autoannons now support changing the rounds per minute on cannon carriages
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:pTfszyXD:h6ebuS2l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pTfszyXD:h6ebuS2l"
}

