Enigmatica 2: Expert - E2E

Enigmatica 2: Expert - E2E

2M Downloads

CC bundled redstone output not reaching enderio cables

Jakeb89 opened this issue · 5 comments

commented

I'm currently trying to output bundled redstone signal to an EnderIO cable using ComputerCraft.

image
image

If I'm doing this incorrectly, please let me know how, but as far as I can tell the EnderIO conduit just doesn't accept bundled redstone signal from computercraft.

Note: Outputting a generic on/off redstone signal using brown input and output conduits did work.

commented

It looks like you're setting the Redstone Signal strength to 0?

commented

Confirmed with `redstone.setBundledOutput("top", colors.black)
in an instance with only EnderIO, EnderCore, JEI and ComputerCraft.

commented
commented
commented

The folks at EnderIO's decided to stop supporting ComputerCraft a few months back, as it was getting harder and harder to build against.