Skip to content

tweaked-programs/cccbridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

CC:C Bridge

CC:C Bridge is a Minecraft Mod that adds compatibility between the ComputerCraft and Create mod!

CurseForge Downloads Modrinth Downloads Blog

Available for 1.18.2 and 1.19.2.
For Forge, requires Create (0.5.1.b or higher) and CC:Tweaked (1.101.2 or higher)!
For Fabric, requires Create (0.5.1.b or higher) and CC:Restitched (1.100.5-ccr or higher)!

About

With this Mod it is finally possible to program within CC:T (fabric version) for all kinds of displays in Create. (fabric version)
In other words, you can display all your f a n c y stuff with e.g. Displays (those flip things), Signs, Lecterns or Nixie Tubes via the Source Block!

You can also get informations from blocks via the Target Block. For example, you can now get how much stress your network exactly has (in SU), a death counter, how many <insert_item_name_here> you produce, etc.

Or you control Trains by using the Train Station as a peripheral or handle much more stuff with the RedRouter Block. (Uses the Redstone API)

With these blocks, many things you always wanted to handle precicely and easily via lua scripts, are now possible!

Documentation

To find out more, check out the wiki section!