-
Notifications
You must be signed in to change notification settings - Fork 209
Description
Minecraft version
1.20.1
CodeChickenLib version
4.4.0.516
CBMultipart version
3.3.0.146
ProjectRed version
4.21.0
What happened?
Using bundled cables with a CC:Tweaked Computer (same result on both regular and advanced):
redstone.getBundledInput(side) always returns zero, regardless whether redstone signals are active on any of the wires leading into the bundle.
I currently have all 16 colors of wires going into a bundled cable leading to the "back" side of the computer. Regardless which of the wires have a redstone signal, getBundledInput(side) always returns zero.
The configuration in ProjectRed states:
B:"computercraft"=true
I have read through other similar posts, all marked "outdated", "closed, not planned" or open dating back to 2023 with no additional information. I have seen other older posts refer to needing "Project Red Compatibility", though I'm guessing that was for older versions of Project Red and not for the 1.20.1 version.
I have tested CC:Tweaked's ability to see vanilla redstone signals, which is working perfectly.
Am I missing something?
Crash log
This does not involve a crash.
How do you make it happen again?
Project Red, CC:Tweaked, plonk down a bundled cable attached to the computer, attach any of the colored wires to the bundled cable and apply a redstone signal to one or more of the colored wires, then fetch the value by calling getBundledInput(side) - whichever side the bundled cable is on. Result is always zero.