
[Bug] CCTweaked bundled cable compatibility not working
McSharidan opened this issue ยท 2 comments
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.
Hello. Last time CC compatibility code was touched was well before 1.20.1 port, in #1787. After that, compatibility was completely disabled in 1.20.4 because CCTweaked was not ready. I have re-enabled it just now in #1951, and I can't reproduce your issue. I am able to get it working in all orientations, including vertical.
Can you provide screenshots of the exact setup that was not working?
Apologies; the title went missing.
A friend of mine and I tried and tested different scenarios and worked out that the bundled cables and wires simply don't connect when in vertical orientation. Bundled cables and wires only work when going horizontally into something, including blocks emitting redstone signals and computers. Vertical attachments do not work on anything.
I don't know if you would still consider this a bug.