Links
Tags
Creators
Details
All versions
0.2.0
Release
CBC: Firepower Components 0.2.0last month 3,171
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
CBC: Firepower Components 0.2.0
This update adds the Cannon Limiter and improves cannon magazine loading for fuzed projectiles.
The current release includes:
- Cannon Limiter - a configurable item for installing pitch and yaw limits on compact mounts.
- Cannon Limiter configuration screen with toggles, sliders, and angle input fields.
- Installed limiter data is saved on compact mounts and shown in goggle tooltips.
- Compact mounts now clamp mechanical rotation against saved pitch and yaw limits.
- Cannon Magazine Loader now accepts fuzes and applies them to stored fuzed projectiles before loading.
- Fuzed projectiles will wait for a fuze before the loader treats that round as ready.
- Fixed compact cannon mount reassembly compatibility with newer Create Big Cannons / Aeronautics / Simulated setups.
- Updated the NeoForge 1.21.1 target to Create Big Cannons 5.11.6.
- Updated README, Modrinth description, and usage guides for the new limiter and fuze-loading workflow.
Required dependencies:
- Create
- Create Big Cannons
- Ritchie's Projectile Library
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:fRWr6eJq:JLWqJIS0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fRWr6eJq:JLWqJIS0"
}

