CC:Bridge (Create Computers)
No reviews yet
Adds inbuilt functions for CC:Tweaked computers to allow communication with redstone links from create with no added blocks
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Create Computers : Bridge
Adds 3 new functions for the CC:Tweaked computers
Heres what it adds:
GetFrequency: Returns the integer value/redstone strength of any defined ongoing frequencies
SendFrequency: Sends a redstone signal to the defined frequency with a defined duration of how long that signal will last, setting the duration to 0 or math.huge will make it last indefinitely
PulseFrequency: Similar to SendFrequency however allows you to define how many times it should fire a redstone signal like a heartbeat, and allows you to define how long those pulses should be
Examples being
GetFrequency
Example usage:
ccbridge.getf("minecraft:stone","minecraft:redstone_block")
Base usage:
ccbridge.GetFrequency(freq1,freq2)
SendFrequency
Example usage:
ccbridge.sendf("minecraft:stone","minecraft:redstone_block",true,60)
Base usage:
ccbridge.SendFrequency(freq1,freq2, boolean, integer)
PulseFrequency
Example usage:
ccbridge.pulsef("minecraft:stone","minecraft:redstone_block",true,5,10)
Base usage:
ccbridge.PulseFrequency(freq1,freq2, boolean, pulses(integer), duration(integer) )
There are also shortened aliases for if you want to save a few seconds typing
Shortened Aliases:
getf == GetFrequency
sendf == SendFrequency
pulsef == PulseFrequency
There are NO new blocks and NO new textures that this mod adds This mod was made soley because I didnt like the texture that This mod made + the fact that it adds a block
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources