All versions
0.5.3.b
Release
Create Big Cannons 0.5.3.b3 years ago 86.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
"Shouting
Lager lager lager lager
Shouting
Lager lager lager lager
Shouting...
Lager lager lager"
- Underworld, "Born Slippy .NUXX"
Create Big Cannons 0.5.3.b, with more minor fixes. Happy New Year!
Added:
- Added minimum big cannon spread config value Changes:
- Changed Machine Gun Round texture, forgot to add in 0.5.3.a
- A few texture changes
- Basin Foundry Lids can now be wrenched
- Changed default big cannon propellant values
- Changed Cannon Mount data to be more user-friendly, such as with ComputerCraft
- Updated Russian translation
Fixes:
- Fixed Freecam mod unable to rotate when mounting autocannon
- Fixed rotation range of cannons controlled by kinetics on Cannon Mount
- Fixed crash on misfire
- Fixed Cannon Mount yaw rotation direction
- Fixed Drop Mortar interaction, preventing chamber loading
- Fixed Cannon Welder not welding autocannons
- Fixed schematic data for some CBC block entities
- Fixed ParCool! camera animations not working when installed with Create Big Cannons
- Fixed Shoulder Surfing Reloaded rendering problems when installed with Create Big Cannons
- Fixed player model rotation when mounting autocannon
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:GWp4jCJj:3MQqJhzY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GWp4jCJj:3MQqJhzY"
}


