Immersive Engineering

Immersive Engineering

134M Downloads

[Feature Request] ComputerCraft Bundled cable support

MrDj200 opened this issue ยท 11 comments

commented

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 :)

commented

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.

commented

When will we expect a build with this implemented?

commented

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:
image
The interface connector is on the back of the computer:
image

Mod versions:
cc-tweaked-1.16.4-1.94.0.jar
ImmersiveEngineering-1.16.4-4.1.2-129.jar (latest)

commented

Still unable to read input from colored redstone wire
Version: 1.16.4-4.1.2-129
javaw-10-59-46 PM
2020-12-29_22 59 33

I tried everything but it always outputs 0

commented

colors.test is a fluke

commented

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:
image
The interface connector is on the back of the computer:
image

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!!

commented

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.

commented

Why does getBundledInput not work though?

commented

Can confirm testBundledInput seems to be working, thanks!

commented

Why does getBundledInput not work though?

Wrong issue tracker to ask i guess :)
Try computercraft and crosslink this issue

commented

This should be quite easy to implement, see here. I'll look into it when I have a bit of time.