Modscraper Modscraper Minecraft
CC:CBC logo

CC:CBC

Mod

by Drakon7009

CC:CBC is a mc mod that adds compatibility between the ComputerCraft and Create Big Cannons!

Type

Mod

CurseForge Downloads

24,902

CurseForge ID

1535866

Modrinth Downloads

17,589

Modrinth ID

zA9Klldw

Last Updated

Sep 2, 2026

Description

# CC:CBC A **CC: Tweaked** peripheral that adds computer control for cannons from **Create Big Cannons**. ## Features - Computer control mode (`setComputerControl`) that disables default shaft-driven rotation. - Two-axis aiming (`yaw`/`pitch`) with behavior tied to CBC kinetic speed. - Assembly/disassembly control (`assemble`) and firing control (`fire`). - Cannon telemetry via `getInfo()`. ## Lua API Peripheral type: `cannon_mount` | Method | Parameters | Returns | Description | |---|---|---|---| | `setComputerControl` | `enabled: boolean` | `nil` | Enables/disables computer control mode. | | `isComputerControl` | - | `boolean` | Current computer control mode status. | | `setTargetAngles` | `yaw: number`, `pitch: number` | `nil` | Sets target aiming angles. | | `setTargetYaw` | `yaw: number` | `nil` | Sets horizontal angle only. | | `setTargetPitch` | `pitch: number` | `nil` | Sets vertical angle only. | | `getInfo` | - | `table` | Returns cannon telemetry/state. | | `assemble` | `enabled: boolean` | `boolean` | `true` = assemble, `false` = disassemble. | | `fire` | `enabled: boolean` | `boolean` | Controls fire signal (`true` keeps firing signal active). | ## `getInfo()` fields | Field | Type | Description | |---|---|---| | `computerControl` | `boolean` | Whether computer control mode is active. | | `assembled` | `boolean` | Whether the cannon is assembled on the mount. | | `yaw` | `number` | Current horizontal angle (`0..360`). | | `pitch` | `number` | Current vertical angle. | | `targetYaw` | `number` | Target horizontal angle (`0..360`). | | `targetPitch` | `number` | Target vertical angle. | | `yawShaftSpeed` | `number` | Yaw interface shaft speed. | | `pitchShaftSpeed` | `number` | Pitch interface shaft speed. | | `x`, `y`, `z` | `number` | `Cannon Mount` position in the world. |

Compatibility

Mod Loaders

Forge Neoforge

Game Versions

1.20.1 1.21.1

Recommended Gear

Affiliate

Hardware and extras that pair well with this mod.

As an Amazon Associate I earn from qualifying purchases.

Similar Mods

Included in Modpacks (17)

External Resources