MightyPirates / OpenComputers

Home of the OpenComputers mod for Minecraft.
https://oc.cil.li
Other
1.59k stars 433 forks source link

RSWires incompability - Bundled Cables #2809

Open hdainester opened 6 years ago

hdainester commented 6 years ago

BundledCables dont connect to Computers with a RedstoneCard T2 or to the Redstone I/O block so it's impossible to read bundled output by those components.

Minecraft: 1.12.2 OpenComputers: 1.7.2.67 RSWires: 3.0.0

Similiar to #2401

Timsuper commented 6 years ago

1.10.2 am I right? If so, ProjectRed wasn't that dev'ed any more.

hdainester commented 6 years ago

Yes that's why this issue is not about ProjectRed but about RSWires, it's yet another successor to RedPower I recently stumbled accross :).

Timsuper commented 6 years ago

Nice! I am still searching for a bundled cable replacement mod. Would be cool if a successor can be supported by OC too.

Damn, learning Java would put me upside down. And all those forge apis. Arrg...

payonel commented 6 years ago

I definitely am in support of more bundled redstone interop from OC. Thanks for finding this and reporting

LordFokas commented 6 years ago

@snahreteid do you mean another successor to RedPower? :p

hdainester commented 6 years ago

@LordFokas Indeed, thanks for correction.

payonel commented 5 years ago

After some review -- I've decided to cut this from our 1.7.3 release We do currently support bundled redstone in project red. But going forward OC should either create a bundled redstone interface, and ask rswires (et al) to use it, or use some generally accepted bundled redstone public api if one exists. I'm open to suggestions (provide them here)

SquidDev commented 5 years ago

I'm not aware of some "standard" bundled cable API, but it would be something I'd be interested in seeing - ComputerCraft has the same joys of trying to get every mod to play well with it.

I wonder if this is something which could be added to Forge as a capability, like the Forge energy system. Even something as simple as asie's IBundledReceiver would probably be sufficient.

asiekierka commented 5 years ago

to Forge

shivers