Project Red - Exploration

Project Red - Exploration

27M Downloads

Is IBundledTile actually supported?

fnuecke opened this issue ยท 4 comments

commented

Hi,

I just tried getting bundled redstone support for your bundled wires to work on one of my tile entities, but either something isn't quite implemented yet, or I'm doing it wrong.

The documentation of IBundledTile led me to believe I just have to implement that interface in my TE, but that doesn't seem to be the case. Looking at the code it only seems to be used in the ProjectRedAPI implementation, which in turn isn't used anywhere else in the project, if I'm not mistaken.

Would it be possible to get a working example?

commented

It's parent interface, is referenced from all our internal code. Since we haven't had anyone actually implement it yet, it appears we overlooked the implementation of the canConnectBundled function. I'll go write up a test case now and make sure everything works

commented

If I can do anything to help, let me know.

commented

The API is still not implemented. EnderNet requires it to add Project: Red bundled cable support (in addition to the existing support for MineFactory Reloaded and RedLogic).

commented

API is now implemented, there was just a small check I missed in the connection logic. 5aa4365
MrTJP to build a new version.