[Feature Request] ComputerCraft Bundled cable support
MrDj200 opened this issue ยท 11 comments
ComputerCraft has a bundled redstone API (Some docs for that) and since IE has the Redstone Interface Connector, I think it would be cool if those two could work together.
This is similar to #3005, but on Discord it was suggested I'd make a new request to get it marked to 1.16.
Love the mod, thanks for keeping us supplied with cool tech even in the new versions of Minecraft :)
It is already implemented in the latest build, apparently I missed that commit when I wrote the changelog. I'm keeping this issue open as I still want to implement computers outputting to interface connectors, I didn't get around to that yet.
Can't get the read-only functionality working in the latest dw20 pack.
This code always returns 0 and true no matter the redstone states:
The interface connector is on the back of the computer:
Mod versions:
cc-tweaked-1.16.4-1.94.0.jar
ImmersiveEngineering-1.16.4-4.1.2-129.jar (latest)
Yay, I'm not the only one!!
getBundledInput
was broken in my tests as well, but not just with IE wires. It also didn't work when placing two computers next to each other and having one of them emit a bundled signal. testBundledInput
worked for me (both with wires and with two computers next to each other), and is probably what you'd want to use in most cases anyway.
Why does getBundledInput not work though?
Wrong issue tracker to ask i guess :)
Try computercraft and crosslink this issue
This should be quite easy to implement, see here. I'll look into it when I have a bit of time.