HomeJavaModsCC:CBC
CC:CBC
ModsJava

CC:CBC

by Drakon7009 · on CurseForge

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

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1 · NeoForge⬇ Download for 1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

CC:CBC

A CC: Tweaked peripheral that adds computer control for cannons from Create Big Cannons.

Features

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.
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more