
CC: Redstone Link Bridge
This mod connects Create Redstone Link networks with CC:Tweaked computers.
Screenshots


About this Mod
CC Redstone Link Bridge
This mod connects Create Redstone Link networks with CC:Tweaked computers.
It adds a single block, the CC Redstone Link Bridge, which can be placed in the world and then used as a ComputerCraft peripheral.
This mod requires Create and CC:Tweaked.
What the Mod Does
The bridge acts as a small adapter between two systems:
- Create provides the Redstone Link network.
- CC:Tweaked provides Lua control from computers.
With the bridge block in the world, a connected computer can:
- read the current signal strength of any Redstone Link frequency pair
- send a signal strength to any Redstone Link frequency pair
The mod is intentionally minimal. The Lua interface only exposes the two operations that are required for direct network interaction.
How It Works
When the peripheral is used from Lua:
getLinkSignal(freq1, freq2)looks up the current strength for that frequency pair.sendLinkSignal(freq1, freq2, strength)sets the target frequency pair and transmits the chosen strength.
The frequency values are item IDs written as strings.
For example, minecraft:iron_ingot and minecraft:oak_sapling form one valid pair.
Crafting Recipe

The recipe is a 3x3 shaped craft with Redstone Links in all four corners, a Wireless Modem in the center, and Cobblestone in the bottom-middle slot. The three remaining middle-edge slots (top-middle, middle-left, and middle-right) are filled with Create transmitters.
Lua API
Peripheral type:
redstone_link_bridge
Methods:
getLinkSignal(freq1, freq2) -> numbersendLinkSignal(freq1, freq2, strength)
Frequency Values
freq1 and freq2 must be item IDs as strings.
Examples:
"minecraft:iron_ingot""minecraft:oak_sapling""minecraft:redstone"
Use an empty string ("") if you want to represent an empty frequency value.
Example
local bridge = peripheral.find("redstone_link_bridge")
assert(bridge, "No redstone_link_bridge found")
-- Read an existing frequency pair
local current = bridge.getLinkSignal("minecraft:diamond", "minecraft:redstone")
print("Current signal:", current)
-- Send a signal to a frequency pair
bridge.sendLinkSignal("minecraft:diamond", "minecraft:redstone", 7)
Available Versions
How to Install CC: Redstone Link Bridge on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "CC: Redstone Link Bridge". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1, 1.20.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
CC: Redstone Link Bridge server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is CC: Redstone Link Bridge compatible with forge and neoforge?
CC: Redstone Link Bridge officially supports forge, neoforge for Minecraft 1.21.1, 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with CC: Redstone Link Bridge – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if CC: Redstone Link Bridge consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install CC: Redstone Link Bridge with just one click on your server.